stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src/ui interface.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/ui interface.c
Date: 23 Jan 2004 06:21:51 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/23 06:21:51

Modified files:
        src/ui         : interface.c 

Log message:
        Allow . for next idle worker

Patches:
Index: stratagus/src/ui/interface.c
diff -u stratagus/src/ui/interface.c:1.154 stratagus/src/ui/interface.c:1.155
--- stratagus/src/ui/interface.c:1.154  Thu Jan 22 17:18:22 2004
+++ stratagus/src/ui/interface.c        Fri Jan 23 06:21:50 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: interface.c,v 1.154 2004/01/22 06:18:22 wizzard Exp $
+//      $Id: interface.c,v 1.155 2004/01/22 19:21:50 jsalmon3 Exp $
 
 //@{
 
@@ -926,12 +926,13 @@
                        UiRestartConfirmMenu();
                        break;
 
-               case '.':
                case 'i':
-               case 'I':                                               // ., 
ALT+I, CTRL+I: Find idle worker
+               case 'I':
                        if (!(KeyModifiers & (ModifierAlt | ModifierControl))) {
                                break;
                        }
+                       // FALL THROUGH
+               case '.':                                               // ., 
ALT+I, CTRL+I: Find idle worker
                        UiFindIdleWorker();
                        break;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]