[PC-BSD Commits] r5621 - pcbsd/trunk/XGUISource
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 15 07:25:22 PST 2009
Author: kris
Date: 2009-12-15 07:25:22 -0800 (Tue, 15 Dec 2009)
New Revision: 5621
Modified:
pcbsd/trunk/XGUISource/xgui.cpp
Log:
Shorten the video card name in the XGUI a bit more
Modified: pcbsd/trunk/XGUISource/xgui.cpp
===================================================================
--- pcbsd/trunk/XGUISource/xgui.cpp 2009-12-15 14:52:01 UTC (rev 5620)
+++ pcbsd/trunk/XGUISource/xgui.cpp 2009-12-15 15:25:22 UTC (rev 5621)
@@ -60,7 +60,7 @@
// Get the card name and display it
tmp = getLineFromCommandOutput(scriptdir + "/cardboard.sh");
- tmp.truncate(50);
+ tmp.truncate(30);
labelVideoCard->setText(tmp);
// Get the Monitor Name and display it
More information about the Commits
mailing list