[Lunar-commits] r19238 - lunar/trunk/var/lib/lunar/plugins
Auke Kok
sofar at lunar-linux.org
Tue Mar 14 05:20:15 UTC 2006
Author: sofar
Date: 2006-03-14 05:20:12 +0000 (Tue, 14 Mar 2006)
New Revision: 19238
Modified:
lunar/trunk/var/lib/lunar/plugins/optimize-wrappers.plugin
Log:
label change to make this intuitive.
Modified: lunar/trunk/var/lib/lunar/plugins/optimize-wrappers.plugin
===================================================================
--- lunar/trunk/var/lib/lunar/plugins/optimize-wrappers.plugin 2006-03-14 05:15:44 UTC (rev 19237)
+++ lunar/trunk/var/lib/lunar/plugins/optimize-wrappers.plugin 2006-03-14 05:20:12 UTC (rev 19238)
@@ -51,7 +51,7 @@
TITLE="Lunar CCache Optimizations"
while true; do
- RESULT=`$DIALOG --cancel-label "Close" --menu "Use the Compiler wrapper scripts? This will enable all optimizations for most programs even if the Makefile doesn't support them, and allows for more debugging output." 0 0 0 "USE_WRAPPERS" "Use the compile wrappers [$USE_WRAPPERS]"`
+ RESULT=`$DIALOG --ok-label "Select" --cancel-label "Close" --menu "Use the Compiler wrapper scripts? This will enable all optimizations for most programs even if the Makefile doesn't support them, and allows for more debugging output." 0 0 0 "USE_WRAPPERS" "Use the compile wrappers [$USE_WRAPPERS]"`
if [ $? != 0 ]; then
break
else
More information about the Lunar-commits
mailing list