[SHELL32]: Adjust the size of the static text in the logoff dialog, for German language. Patch by 'reactosfanboy'.

CORE-11446 #resolve #comment Thanks!

svn path=/trunk/; revision=71682
This commit is contained in:
Hermès Bélusca-Maïto 2016-06-27 19:44:20 +00:00
parent 86b93c239e
commit a34c94d027

View file

@ -481,7 +481,7 @@ CAPTION "Abmelden"
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