From 7a1c9f6f2da47c75269628101883a87e2390028b Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 23 Apr 2005 14:01:43 +0000 Subject: [PATCH] Fix a bug in sv.rc so it can compile and it is working now in ros svn path=/trunk/; revision=14772 --- reactos/subsys/system/winefile/Sv.rc | 10 ++++++---- reactos/subsys/system/winefile/winefile.rc | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/reactos/subsys/system/winefile/Sv.rc b/reactos/subsys/system/winefile/Sv.rc index 7370191019e..6993d42f5a9 100644 --- a/reactos/subsys/system/winefile/Sv.rc +++ b/reactos/subsys/system/winefile/Sv.rc @@ -24,6 +24,7 @@ LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT /* Menu */ + IDM_WINEFILE MENU FIXED IMPURE { @@ -133,18 +134,19 @@ IDM_WINEFILE MENU FIXED IMPURE #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 } */ } } diff --git a/reactos/subsys/system/winefile/winefile.rc b/reactos/subsys/system/winefile/winefile.rc index 8724bc6a1fc..bb946e0ec57 100644 --- a/reactos/subsys/system/winefile/winefile.rc +++ b/reactos/subsys/system/winefile/winefile.rc @@ -37,5 +37,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "pt.rc" #include "ru.rc" #include "si.rc" +#include "sv.rc" #include "zh.rc"