Author: hbelusca
Date: Mon Jun 27 19:44:20 2016
New Revision: 71682
URL:
http://svn.reactos.org/svn/reactos?rev=71682&view=rev
Log:
[SHELL32]: Adjust the size of the static text in the logoff dialog, for German language.
Patch by 'reactosfanboy'.
CORE-11446 #resolve #comment Thanks!
Modified:
trunk/reactos/dll/win32/shell32/lang/de-DE.rc
Modified: trunk/reactos/dll/win32/shell32/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/de-…
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/de-DE.rc [iso-8859-1] Mon Jun 27 19:44:20 2016
@@ -481,7 +481,7 @@
FONT 8, "MS Shell Dlg"
BEGIN
ICON IDI_SHELL_LOGOFF, IDC_STATIC, 7, 7, 20, 20
- LTEXT "Sind Sie sicher, dass Sie sich abmelden wollen?", -1, 35, 16, 146,
8
+ LTEXT "Sind Sie sicher, dass Sie sich abmelden wollen?", -1, 35, 16, 166,
8
DEFPUSHBUTTON "&Abmelden", IDOK, 41, 39, 50, 14
PUSHBUTTON "Abbrechen", IDCANCEL, 95, 39, 50, 14
END