[PC-BSD Commits] r2282 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Sat Jul 5 16:53:01 PDT 2008
Author: kris
Date: 2008-07-05 16:53:01 -0700 (Sat, 05 Jul 2008)
New Revision: 2282
Modified:
pcbsd/trunk/PCInstall/main.cpp
Log:
Removed a debug warning from the installer, works good in testing here
Modified: pcbsd/trunk/PCInstall/main.cpp
===================================================================
--- pcbsd/trunk/PCInstall/main.cpp 2008-07-05 22:52:13 UTC (rev 2281)
+++ pcbsd/trunk/PCInstall/main.cpp 2008-07-05 23:53:01 UTC (rev 2282)
@@ -79,7 +79,6 @@
bool ok;
line.toInt(&ok);
if ( ok ) {
- QMessageBox::warning( 0, "PCBSD Installer", "dpi" + line, "Retry", "Quit", 0, 0, 1 );
if ( line.toInt() < 70 )
{
fontSize = 12;
More information about the Commits
mailing list