mirror of
https://github.com/reactos/reactos.git
synced 2025-04-09 23:37:40 +00:00
Fix a bug in sv.rc so it can compile
and it is working now in ros svn path=/trunk/; revision=14772
This commit is contained in:
parent
a893ac134a
commit
7a1c9f6f2d
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
} */
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,5 +37,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#include "pt.rc"
|
||||
#include "ru.rc"
|
||||
#include "si.rc"
|
||||
#include "sv.rc"
|
||||
#include "zh.rc"
|
||||
|
||||
|
|
Loading…
Reference in a new issue