[PC-BSD Commits] r3129 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 22 06:41:20 PST 2008
Author: kris
Date: 2008-12-22 06:41:19 -0800 (Mon, 22 Dec 2008)
New Revision: 3129
Modified:
pcbsd/trunk/PCInstall/pcinstall.cpp
Log:
Added the tag "Version:" to the installer version number so we know what number it is we are looking at :P
Modified: pcbsd/trunk/PCInstall/pcinstall.cpp
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.cpp 2008-12-21 20:03:37 UTC (rev 3128)
+++ pcbsd/trunk/PCInstall/pcinstall.cpp 2008-12-22 14:41:19 UTC (rev 3129)
@@ -36,7 +36,7 @@
file.close();
}
- VersionLabel->setText(Ver);
+ VersionLabel->setText(tr("Version:") + " " + Ver);
}
More information about the Commits
mailing list