[PC-BSD Commits] r1137 - pcbsd/trunk/PBIsource
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 10 10:11:54 PST 2008
Author: kris
Date: 2008-01-10 10:11:54 -0800 (Thu, 10 Jan 2008)
New Revision: 1137
Modified:
pcbsd/trunk/PBIsource/pbi.ui.h
Log:
Changed the number of characters we an accept for MSG: lines
Modified: pcbsd/trunk/PBIsource/pbi.ui.h
===================================================================
--- pcbsd/trunk/PBIsource/pbi.ui.h 2008-01-10 18:02:52 UTC (rev 1136)
+++ pcbsd/trunk/PBIsource/pbi.ui.h 2008-01-10 18:11:54 UTC (rev 1137)
@@ -1335,7 +1335,7 @@
if ( tmp.find("MSG:" ) == 0)
{
value = tmp.replace("MSG: ", "");
- value.truncate(30);
+ value.truncate(60);
progressTextDialog->setText(value);
}
More information about the Commits
mailing list