[Lunar-commits] r14605 - lunar/trunk/var/lib/lunar/menu

Auke Kok sofar at lunar-linux.org
Fri May 6 16:16:31 UTC 2005


Author: sofar
Date: 2005-05-06 16:16:31 +0000 (Fri, 06 May 2005)
New Revision: 14605

Modified:
   lunar/trunk/var/lib/lunar/menu/optimize.menu
Log:
I'm a basterd: now it's completely intuitive to just press 'yes' which will NOT change the safety off. I love designing GUI's =^DDDD.


Modified: lunar/trunk/var/lib/lunar/menu/optimize.menu
===================================================================
--- lunar/trunk/var/lib/lunar/menu/optimize.menu	2005-05-06 16:05:37 UTC (rev 14604)
+++ lunar/trunk/var/lib/lunar/menu/optimize.menu	2005-05-06 16:16:31 UTC (rev 14605)
@@ -541,7 +541,7 @@
 	  fi
 	else
 	  # annoy the user and make sure he reads this warning message
-	  $DIALOG --defaultno --colors --yesno "                    \Z1*** WARNING ***\n\n\ZnPlease read this carefully. You are about to turn off the optimization safety. This means that you can possibly turn on compiler or linker optimizations that can and will break your box. Not only will the problem most likely occur only days, weeks or months after you turn this switch, but also it can corrupt all your personal data, make your machine unbootable, and cause serious personal distress, headache, loss of vision, heart failure, loss of income, or otherwise very bad things. Before you turn off this option, please think for yourself for a minute and ask yourself:\n\n                    Is it worth it?" 20 70
+	  $DIALOG --defaultno --yes-label "No" --no-label "Yes" --colors --yesno "                    \Z1*** WARNING ***\n\n\ZnPlease read this carefully. You are about to turn off the optimization safety. This means that you can possibly turn on compiler or linker optimizations that can and will break your box. Not only will the problem most likely occur only days, weeks or months after you turn this switch, but also it can corrupt all your personal data, make your machine unbootable, and cause serious personal distress, headache, loss of vision, heart failure, loss of income, or otherwise very bad things. Before you turn off this option, please think for yourself for a minute and ask yourself: Is it worth it?\n\nOnly use safe optimizations?" 20 70
 	  if [ $? == 0 ]; then
 	    # oookay, he must be knowing what he's doing!
             SAFE_OPTIMIZATIONS=off



More information about the Lunar-commits mailing list