[Lunar-commits] r19239 - moonbase/trunk/utils/ccache/plugin.d

Auke Kok sofar at lunar-linux.org
Tue Mar 14 05:21:20 UTC 2006


Author: sofar
Date: 2006-03-14 05:21:17 +0000 (Tue, 14 Mar 2006)
New Revision: 19239

Modified:
   moonbase/trunk/utils/ccache/plugin.d/optimize-ccache.plugin
Log:
more intuitive label

Modified: moonbase/trunk/utils/ccache/plugin.d/optimize-ccache.plugin
===================================================================
--- moonbase/trunk/utils/ccache/plugin.d/optimize-ccache.plugin	2006-03-14 05:20:12 UTC (rev 19238)
+++ moonbase/trunk/utils/ccache/plugin.d/optimize-ccache.plugin	2006-03-14 05:21:17 UTC (rev 19239)
@@ -53,7 +53,7 @@
 	TITLE="Lunar CCache Optimizations"
 	
 	while true; do
-		RESULT=`$DIALOG --cancel-label "Close" --menu "Use the C Compiler Cache program ccache? This will speed up subsequent compiliation of any module, at a small price." 0 0 0 "USE_CCACHE" "Use the Compiler Cache         [$USE_CCACHE]"`
+		RESULT=`$DIALOG --ok-label "Select" --cancel-label "Close" --menu "Use the C Compiler Cache program ccache? This will speed up subsequent compiliation of any module, at a small price." 0 0 0 "USE_CCACHE" "Use the Compiler Cache         [$USE_CCACHE]"`
 		if [ $? != 0 ]; then
 			break
 		else



More information about the Lunar-commits mailing list