everything I said about mixed case seems to be wrong. everywhere else we allow it in resource files so to be consistant I guess it should be uppercase here Added: trunk/reactos/subsys/system/servman/En.rc Deleted: trunk/reactos/subsys/system/servman/en.rc Modified: trunk/reactos/subsys/system/servman/servman.rc _____
Copied: trunk/reactos/subsys/system/servman/En.rc (from rev 20595, trunk/reactos/subsys/system/servman/en.rc) _____
Deleted: trunk/reactos/subsys/system/servman/en.rc --- trunk/reactos/subsys/system/servman/en.rc 2006-01-05 23:00:54 UTC (rev 20595) +++ trunk/reactos/subsys/system/servman/en.rc 2006-01-05 23:10:05 UTC (rev 20596) @@ -1,62 +0,0 @@
- -IDR_MAINMENU MENU -BEGIN - POPUP "&File" - BEGIN - MENUITEM "E&xit",ID_FILE_EXIT - END - POPUP "Action" - BEGIN - MENUITEM "Start",ID_START - MENUITEM "Stop",ID_STOP - MENUITEM "Pause",ID_PAUSE - MENUITEM "Resume",ID_RESUME - MENUITEM "Restart",ID_RESTART - MENUITEM SEPARATOR - MENUITEM "Refresh",ID_REFRESH - MENUITEM SEPARATOR - MENUITEM "Properties",ID_PROP - END - POPUP "View" - BEGIN - MENUITEM "Customize",ID_VIEW_CUSTOMIZE - END - POPUP "Help" - BEGIN - MENUITEM "About",ID_HELP_ABOUT - END -END - -STRINGTABLE DISCARDABLE -BEGIN - IDS_FIRSTCOLUMN "Name" - IDS_SECONDCOLUMN "Description" - IDS_THIRDCOLUMN "Status" - IDS_FOURTHCOLUMN "Startup Type" - IDS_FITHCOLUMN "Log On As" -END - -STRINGTABLE DISCARDABLE -BEGIN - IDS_SERVICES_STATUS_RUNNING "Started" - IDS_SERVICES_STATUS_STOPPED "Stopped" - IDS_SERVICES_YES "Yes" - IDS_SERVICES_UNKNOWN "Unknown" -END - -STRINGTABLE DISCARDABLE -BEGIN - IDS_SERVICES_NUM_SERVICES "Num Services: %d" - IDB_START "res/start.bmp" -END - -STRINGTABLE DISCARDABLE -BEGIN - IDS_TOOLTIP_PROP "Properties" - IDS_TOOLTIP_REFRESH "Refresh" - IDS_TOOLTIP_EXPORT "Export list" - IDS_TOOLTIP_START "Start service" - IDS_TOOLTIP_STOP "Stop service" - IDS_TOOLTIP_PAUSE "Pause service" - IDS_TOOLTIP_RESTART "Restart service" -END _____
Modified: trunk/reactos/subsys/system/servman/servman.rc --- trunk/reactos/subsys/system/servman/servman.rc 2006-01-05 23:00:54 UTC (rev 20595) +++ trunk/reactos/subsys/system/servman/servman.rc 2006-01-05 23:10:05 UTC (rev 20596) @@ -12,5 +12,5 @@
IDI_SM_ICON ICON "res/applet.ico"
-#include "en.rc" +#include "En.rc"