Fix a bug in sv.rc so it can compile
and it is working now in ros
Modified: trunk/reactos/subsys/system/winefile/Sv.rc
Modified: trunk/reactos/subsys/system/winefile/winefile.rc
_____
Modified: trunk/reactos/subsys/system/winefile/Sv.rc
--- trunk/reactos/subsys/system/winefile/Sv.rc 2005-04-23 13:42:15 UTC
(rev 14771)
+++ trunk/reactos/subsys/system/winefile/Sv.rc 2005-04-23 14:01:43 UTC
(rev 14772)
@@ -24,6 +24,7 @@
/* Menu */
+
IDM_WINEFILE MENU FIXED IMPURE
{
@@ -133,18 +134,19 @@
#endif
MENUITEM "Ordna &symboler", ID_WINDOW_ARRANGE
MENUITEM "&Uppdatera\tF5", ID_REFRESH
- }
+ }
+
POPUP "&?" {
MENUITEM "&Hjõlpavsnitt\tF1", ID_HELP
MENUITEM "Hjõlp &s÷k...\tF1", ID_HELP
MENUITEM "&Anvõnda hjõlpen\tF1", ID_HELP_USING
MENUITEM SEPARATOR
- MENUITEM "Information om &Winefile...", ID_ABOUT_WINEFILE
+ MENUITEM "Information om &Winefile...", ID_ABOUT
/* POPUP "Info..." {
MENUITEM "Info about &Wine..." ,
ID_ABOUT_WINE
-// MENUITEM "&License..." ID_LICENSE
-// MENUITEM "&NO WARRANTY" ID_NO_WARRANTY
+ MENUITEM "&License..." ID_LICENSE
+ MENUITEM "&NO WARRANTY" ID_NO_WARRANTY
} */
}
}
_____
Modified: trunk/reactos/subsys/system/winefile/winefile.rc
--- trunk/reactos/subsys/system/winefile/winefile.rc 2005-04-23
13:42:15 UTC (rev 14771)
+++ trunk/reactos/subsys/system/winefile/winefile.rc 2005-04-23
14:01:43 UTC (rev 14772)
@@ -37,5 +37,6 @@
#include "pt.rc"
#include "ru.rc"
#include "si.rc"
+#include "sv.rc"
#include "zh.rc"
Show replies by date