summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2008-11-03 15:05:02 +0100
committerTor Andersson <tor@ghostscript.com>2008-11-03 15:05:02 +0100
commit68c10a4878a4af3a79a6e57bcd4ad3aa36f284d8 (patch)
tree4d6f3069662caf395a1e55ed95ccda7f0107e449 /apps
parent08d58c21c73b6f06855795d532ad21c249e5d059 (diff)
downloadmupdf-68c10a4878a4af3a79a6e57bcd4ad3aa36f284d8.tar.xz
Fix LTEXT syntax in winres.rc.
Diffstat (limited to 'apps')
-rw-r--r--apps/windows/winres.rc74
1 files changed, 37 insertions, 37 deletions
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 "<file" 0x10, 60,10,230,10, 0
- LTEXT "<version" 0x11, 60,20,230,10, 0
- LTEXT "<encryption" 0x12, 60,30,230,10, 0
- LTEXT "<permissions" 0x13, 60,40,230,10, 0
-
- LTEXT "Title:" -1, 10,55,50,10, 0
- LTEXT "Author:" -1, 10,65,50,10, 0
- LTEXT "Subject:" -1, 10,75,50,10, 0
- LTEXT "Keywords:" -1, 10,85,50,10, 0
- LTEXT "Creator:" -1, 10,95,50,10, 0
- LTEXT "Producer:" -1, 10,105,50,10, 0
- LTEXT "Created:" -1, 10,115,50,10, 0
- LTEXT "Modified:" -1, 10,125,50,10, 0
-
- LTEXT "" 0x20, 60,55,230,10, 0
- LTEXT "" 0x21, 60,65,230,10, 0
- LTEXT "" 0x22, 60,75,230,10, 0
- LTEXT "" 0x23, 60,85,230,10, 0
- LTEXT "" 0x24, 60,95,230,10, 0
- LTEXT "" 0x25, 60,105,230,10, 0
- LTEXT "" 0x26, 60,115,100,10, 0
- LTEXT "" 0x27, 60,125,100,10, 0
+ 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 "<file", 0x10, 60, 10, 230, 10, 0
+ LTEXT "<version", 0x11, 60, 20, 230, 10, 0
+ LTEXT "<encryption", 0x12, 60, 30, 230, 10, 0
+ LTEXT "<permissions", 0x13, 60, 40, 230, 10, 0
+
+ LTEXT "Title:", -1, 10, 55, 50, 10, 0
+ LTEXT "Author:", -1, 10, 65, 50, 10, 0
+ LTEXT "Subject:", -1, 10, 75, 50, 10, 0
+ LTEXT "Keywords:", -1, 10, 85, 50, 10, 0
+ LTEXT "Creator:", -1, 10, 95, 50, 10, 0
+ LTEXT "Producer:", -1, 10, 105, 50, 10, 0
+ LTEXT "Created:", -1, 10, 115, 50, 10, 0
+ LTEXT "Modified:", -1, 10, 125, 50, 10, 0
+
+ LTEXT "", 0x20, 60, 55, 230, 10, 0
+ LTEXT "", 0x21, 60, 65, 230, 10, 0
+ LTEXT "", 0x22, 60, 75, 230, 10, 0
+ LTEXT "", 0x23, 60, 85, 230, 10, 0
+ LTEXT "", 0x24, 60, 95, 230, 10, 0
+ LTEXT "", 0x25, 60, 105, 230, 10, 0
+ LTEXT "", 0x26, 60, 115, 100, 10, 0
+ LTEXT "", 0x27, 60, 125, 100, 10, 0
END
IDD_DLOGABOUT DIALOG 50, 50, 200, 210
@@ -55,8 +55,8 @@ STYLE 128 | 0x80000000
CAPTION " About MuPDF "
FONT 8, "MS Shell Dlg"
BEGIN
- DEFPUSHBUTTON "Okay", 1, 200-10-50,210-7-14,50,14, 0x50010001
- LTEXT "<copyright>" 2, 10,10,180,10, 0
- LTEXT "<usage>" 3, 10,25,180,160, 0
+ DEFPUSHBUTTON "Okay", 1, 200-10-50, 210-7-14, 50, 14, 0x50010001
+ LTEXT "<copyright>", 2, 10, 10, 180, 10, 0
+ LTEXT "<usage>", 3, 10, 25, 180, 160, 0
END