From bb88aea9feb4f00109f969f61ce79791da0ed3cf Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Thu, 15 Dec 2005 00:25:09 +0000 Subject: [PATCH] fix building in msvc svn path=/trunk/; revision=20184 --- reactos/apps/utils/getfirefox/De.rc | 2 +- reactos/apps/utils/getfirefox/En.rc | 2 +- reactos/apps/utils/getfirefox/Hu.rc | 2 +- reactos/apps/utils/getfirefox/getfirefox.rc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/apps/utils/getfirefox/De.rc b/reactos/apps/utils/getfirefox/De.rc index 1af5efa4696..87864c59650 100644 --- a/reactos/apps/utils/getfirefox/De.rc +++ b/reactos/apps/utils/getfirefox/De.rc @@ -33,7 +33,7 @@ FONT 8, "MS Shell Dlg" { CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12 LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER - CHECKBOX "Entferne \"Get Firefox\" nach Fertigstellung aus dem Startmenü", IDC_REMOVE, + CHECKBOX "Entferne ""Get Firefox"" nach Fertigstellung aus dem Startmenü", IDC_REMOVE, 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP } diff --git a/reactos/apps/utils/getfirefox/En.rc b/reactos/apps/utils/getfirefox/En.rc index 27d0d903aaf..3b8b3108fd2 100644 --- a/reactos/apps/utils/getfirefox/En.rc +++ b/reactos/apps/utils/getfirefox/En.rc @@ -33,7 +33,7 @@ FONT 8, "MS Shell Dlg" { CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12 LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER - CHECKBOX "Remove \"Get Firefox\" from Start Menu when done", IDC_REMOVE, + CHECKBOX "Remove ""Get Firefox"" from Start Menu when done", IDC_REMOVE, 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP } diff --git a/reactos/apps/utils/getfirefox/Hu.rc b/reactos/apps/utils/getfirefox/Hu.rc index ddb6fbdbc86..0324218b810 100644 --- a/reactos/apps/utils/getfirefox/Hu.rc +++ b/reactos/apps/utils/getfirefox/Hu.rc @@ -34,7 +34,7 @@ FONT 8, "MS Shell Dlg" { CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12 LTEXT "", IDC_STATUS, 10, 30, 200, 10, SS_CENTER - CHECKBOX "A \"Szerezd meg a Firefoxot\" elvátolítása a Start Menüből befejezés után", IDC_REMOVE, + CHECKBOX "A ""Szerezd meg a Firefoxot"" elvátolítása a Start Menüből befejezés után", IDC_REMOVE, 10, 44, 200, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP PUSHBUTTON "Mégse", IDCANCEL, 85, 58, 50, 15, WS_GROUP | WS_TABSTOP } diff --git a/reactos/apps/utils/getfirefox/getfirefox.rc b/reactos/apps/utils/getfirefox/getfirefox.rc index e6ae3946763..dd60a70ccd3 100644 --- a/reactos/apps/utils/getfirefox/getfirefox.rc +++ b/reactos/apps/utils/getfirefox/getfirefox.rc @@ -24,4 +24,4 @@ #include "En.rc" #include "De.rc" -#include "Hu.rc" \ No newline at end of file +#include "Hu.rc"