From 68c10a4878a4af3a79a6e57bcd4ad3aa36f284d8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 3 Nov 2008 15:05:02 +0100 Subject: Fix LTEXT syntax in winres.rc. --- apps/windows/winres.rc | 74 +++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'apps') diff --git a/apps/windows/winres.rc b/apps/windows/winres.rc index 3a5ae390..cf094610 100644 --- a/apps/windows/winres.rc +++ b/apps/windows/winres.rc @@ -7,11 +7,11 @@ STYLE 128 | 0x80000000 CAPTION " MuPDF: Password " FONT 8, "MS Shell Dlg" BEGIN - EDITTEXT 3, 57,20,140,12, 32 - DEFPUSHBUTTON "Okay", 1, 90,40,50,14, 0x50010001 - PUSHBUTTON "Cancel", 2, 147,40,50,14, 0x50010000 - LTEXT "The file is encrypted." 4, 10,7,180,10, 0x00000 - LTEXT "Password:" 5, 17,22,40,10, 0x00000 + EDITTEXT 3, 57, 20, 140, 12, 32 + DEFPUSHBUTTON "Okay", 1, 90, 40, 50, 14, 0x50010001 + PUSHBUTTON "Cancel", 2, 147, 40, 50, 14, 0x50010000 + LTEXT "The file is encrypted.", 4, 10, 7, 180, 10, 0x00000 + LTEXT "Password:", 5, 17, 22, 40, 10, 0x00000 END IDD_DLOGINFO DIALOG 50, 50, 300, 145 @@ -19,35 +19,35 @@ STYLE 128 | 0x80000000 CAPTION " Document Properties " FONT 8, "MS Shell Dlg" BEGIN - DEFPUSHBUTTON "Okay", 1, 300-10-50,145-7-14,50,14, 0x50010001 - - LTEXT "File:" -1, 10,10,50,10, 0 - LTEXT "Format:" -1, 10,20,50,10, 0 - LTEXT "Encryption:" -1, 10,30,50,10, 0 - LTEXT "Permissions:" -1, 10,40,50,10, 0 - - LTEXT "" 2, 10,10,180,10, 0 - LTEXT "" 3, 10,25,180,160, 0 + DEFPUSHBUTTON "Okay", 1, 200-10-50, 210-7-14, 50, 14, 0x50010001 + LTEXT "", 2, 10, 10, 180, 10, 0 + LTEXT "", 3, 10, 25, 180, 160, 0 END -- cgit v1.2.3