From 9ea6afafc77d80de8fc5aab33da25a6df04c0915 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Thu, 18 Jan 2007 21:09:56 +0000 Subject: [PATCH] Merge 3 STATICs together svn path=/trunk/; revision=25516 --- reactos/dll/cpl/sysdm/de.rc | 4 +--- reactos/dll/cpl/sysdm/en.rc | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/reactos/dll/cpl/sysdm/de.rc b/reactos/dll/cpl/sysdm/de.rc index 8153bf26bb3..bb325782d3d 100644 --- a/reactos/dll/cpl/sysdm/de.rc +++ b/reactos/dll/cpl/sysdm/de.rc @@ -157,9 +157,7 @@ BEGIN PUSHBUTTON "Löschen", IDC_USERPROFILE_DELETE, 134, 156, 56, 13 PUSHBUTTON "Kopieren nach", IDC_USERPROFILE_COPY, 194, 156, 56, 13 - LTEXT "Um neue Benutzerprofile zu erstellen, öffnen Sie ", IDC_STATIC, 7, 175, 162, 8 - CONTROL "Benutzerkonten", IDC_USERACCOUNT_LINK, "SysLink", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 167, 175, 56, 8 - LTEXT "in der Systemsteuerung.", IDC_STATIC, 8, 185, 101, 8 + CONTROL "Um neue Benutzerprofile zu erstellen, öffnen Sie Benutzerkonten in der Systemsteuerung.", IDC_USERACCOUNT_LINK, "SysLink", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 175, 319, 8 DEFPUSHBUTTON "OK", IDOK, 134, 200, 54, 13 PUSHBUTTON "Abbrechen", IDCANCEL, 196, 200, 54, 13 diff --git a/reactos/dll/cpl/sysdm/en.rc b/reactos/dll/cpl/sysdm/en.rc index a6e8ae16208..3b9eb8e302c 100644 --- a/reactos/dll/cpl/sysdm/en.rc +++ b/reactos/dll/cpl/sysdm/en.rc @@ -148,9 +148,7 @@ BEGIN PUSHBUTTON "Delete", IDC_USERPROFILE_DELETE, 145, 156, 50, 13 PUSHBUTTON "Copy To", IDC_USERPROFILE_COPY, 200, 156, 50, 13 - LTEXT "To create new user accounts, open ", IDC_STATIC, 7, 175, 116, 8 - CONTROL "User Accounts", IDC_USERACCOUNT_LINK, "SysLink", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 123, 175, 48, 8 - LTEXT "in Control Panel.", IDC_STATIC, 173, 175, 64, 8 + CONTROL "To create new user accounts, open User Accounts in Control Panel.", IDC_USERACCOUNT_LINK, "SysLink", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 175, 228, 8 DEFPUSHBUTTON "OK", IDOK, 134, 200, 54, 13 PUSHBUTTON "Cancel", IDCANCEL, 196, 200, 54, 13