SVN: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp

shadzik shadzik at pld-linux.org
Sat Dec 11 01:48:44 CET 2010


Author: shadzik
Date: Sat Dec 11 01:48:43 2010
New Revision: 11981

Modified:
   PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
Log:
- otherwise i'll forget what to do :P


Modified: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
==============================================================================
--- PLDLiveInstaller/trunk/PLDLiveInstaller.cpp	(original)
+++ PLDLiveInstaller/trunk/PLDLiveInstaller.cpp	Sat Dec 11 01:48:43 2010
@@ -324,7 +324,7 @@
     text->setFixedHeight(40);
     
     entireDisk = new QRadioButton;
-    entireDisk->setText("Erase and use entire disk");
+    entireDisk->setText("Erase and use entire disk (**IMPLEMENT ME!!**)");
     entireDisk->setChecked(true);
     
     notEntireDisk = new QRadioButton;


More information about the pld-cvs-commit mailing list