[PC-BSD Commits] r2467 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Tue Jul 29 06:01:43 PDT 2008
Author: kris
Date: 2008-07-29 06:01:42 -0700 (Tue, 29 Jul 2008)
New Revision: 2467
Modified:
pcbsd/trunk/PCInstall/selectnetserver.cpp
Log:
Changed our seperator value for the mirrors
Modified: pcbsd/trunk/PCInstall/selectnetserver.cpp
===================================================================
--- pcbsd/trunk/PCInstall/selectnetserver.cpp 2008-07-29 12:39:03 UTC (rev 2466)
+++ pcbsd/trunk/PCInstall/selectnetserver.cpp 2008-07-29 13:01:42 UTC (rev 2467)
@@ -103,7 +103,7 @@
if ( radioInternet->isChecked() )
{
tmp = comboMirror->currentText();
- tmp.remove(0, tmp.indexOf("-") + 1);
+ tmp.remove(0, tmp.indexOf("=") + 1);
emit saved(true, tmp);
} else {
More information about the Commits
mailing list