From 36c518427ed6ac99e84f93e39b8515b3bcd293a8 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Tue, 16 Nov 2004 19:41:54 +0000 Subject: [PATCH] fix german menu text svn path=/trunk/; revision=11681 --- reactos/subsys/system/winefile/de.rc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reactos/subsys/system/winefile/de.rc b/reactos/subsys/system/winefile/de.rc index 89e6800febc..9788f698480 100644 --- a/reactos/subsys/system/winefile/de.rc +++ b/reactos/subsys/system/winefile/de.rc @@ -138,12 +138,13 @@ IDM_WINEFILE MENU FIXED IMPURE MENUITEM "&Suchen...\tF1" , ID_HELP MENUITEM "Hilfe &verwenden\tF1" , ID_HELP_USING MENUITEM SEPARATOR - MENUITEM "Info about &Winefile..." , ID_ABOUT + MENUITEM "&Info über Winefile..." , ID_ABOUT /* POPUP "Inf&o..." { MENUITEM "Info über &Wine..." , ID_ABOUT_WINE -// MENUITEM "&Lizenz" ID_LICENSE -// MENUITEM "&KEINE GARANTIE" ID_NO_WARRANTY - }*/ + MENUITEM "&Lizenz" ID_LICENSE + MENUITEM "&KEINE GARANTIE" ID_NO_WARRANTY + } +*/ } }