Changeset 739db5a in nscp for modules/SysTray/SysTray.rc


Ignore:
Timestamp:
09/27/08 19:06:35 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
37e6081
Parents:
9567d4b
Message:

First attempt at merging stable changes over to here (probably needs more work, but compiles and starts...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/SysTray/SysTray.rc

    rde8ef76 r739db5a  
    9595    POPUP "POPUP" 
    9696    BEGIN 
    97         MENUITEM "NSClient++",                  ID_POPUP_NSCLIENT, INACTIVE 
     97        MENUITEM "NSClient++",            ID_POPUP_NSCLIENT, INACTIVE 
    9898        MENUITEM SEPARATOR 
    99         MENUITEM "Inject Command",              ID_POPUP_INJECTCOMMAND 
    100         MENUITEM "Stop Service",                ID_POPUP_STOPSERVICE 
     99        MENUITEM "Run &Command",          ID_POPUP_INJECTCOMMAND 
     100        MENUITEM "Show &Log",             ID_POPUP_SHOWLOG 
    101101        MENUITEM SEPARATOR 
    102         MENUITEM "Show Log",                    ID_POPUP_SHOWLOG 
     102        MENUITEM "&Close",                ID_POPUP_STOPSERVICE 
    103103    END 
    104104END 
     
    225225///////////////////////////////////////////////////////////////////////////// 
    226226#endif    // not APSTUDIO_INVOKED 
    227  
Note: See TracChangeset for help on using the changeset viewer.