[rkward-cvs] SF.net SVN: rkward: [2353] trunk/rkward/rkward/rkconsole.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Mar 12 19:41:20 UTC 2008


Revision: 2353
          http://rkward.svn.sourceforge.net/rkward/?rev=2353&view=rev
Author:   tfry
Date:     2008-03-12 12:41:19 -0700 (Wed, 12 Mar 2008)

Log Message:
-----------
Fix typo (pointed of by mvillarino)

Modified Paths:
--------------
    trunk/rkward/rkward/rkconsole.cpp

Modified: trunk/rkward/rkward/rkconsole.cpp
===================================================================
--- trunk/rkward/rkward/rkconsole.cpp	2008-03-12 19:25:36 UTC (rev 2352)
+++ trunk/rkward/rkward/rkconsole.cpp	2008-03-12 19:41:19 UTC (rev 2353)
@@ -839,7 +839,7 @@
 
 	activate (false);
 	if ((!command_was_piped) && (isBusy () || (!currentCommand ().isEmpty ()))) {
-		int res = KMessageBox::questionYesNo (this, i18n ("You have configured RKWrad to run script commands through the console. However, the console is currently busy (either a command is running, or you have started to enter text in the console). Do you want to bypass the console this one time, or do you want to try again later?"), i18n ("Console is busy"), KGuiItem (i18n ("Bypass console")), KGuiItem (i18n ("Cancel")));
+		int res = KMessageBox::questionYesNo (this, i18n ("You have configured RKWard to run script commands through the console. However, the console is currently busy (either a command is running, or you have started to enter text in the console). Do you want to bypass the console this one time, or do you want to try again later?"), i18n ("Console is busy"), KGuiItem (i18n ("Bypass console")), KGuiItem (i18n ("Cancel")));
 		if (res == KMessageBox::Yes) {
 			RKGlobals::rInterface ()->issueCommand (command);
 		} else {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list