summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kramm <kramm@quiss.org>2011-10-06 20:58:17 -0700
committerMatthias Kramm <kramm@quiss.org>2011-10-06 20:58:17 -0700
commit6160c9b4911d7fae10c63952ad87a916f3259df6 (patch)
treed003c0ff56e97f2c2c2233875d052d1bb036dc1b
parentb55553d5681cb1f26ef255c847d42dd1bb2f443f (diff)
fixed compile of installer resource file
-rwxr-xr-xinstaller/installer.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/installer/installer.rc b/installer/installer.rc
index d1772669..5734c3ed 100755
--- a/installer/installer.rc
+++ b/installer/installer.rc
@@ -11,7 +11,7 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Setup"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
- LTEXT "This Installer will install swftools on your computer. Please read and sign the following license agreement."
+ LTEXT "This Installer will install swftools on your computer. Please read and sign the following license agreement.",
IDC_TITLE,125-X,10,247,20,NOT WS_GROUP
EDITTEXT IDC_LICENSE,125-X,31,247,131,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL | NOT WS_TABSTOP
@@ -40,7 +40,7 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Setup"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
- LTEXT "Click ""Next"" to begin the install process. If you want to review or change any of your installation settings, click ""Back"". Click ""Cancel"" to exit the Installer."
+ LTEXT "Click ""Next"" to begin the install process. If you want to review or change any of your installation settings, click ""Back"". Click ""Cancel"" to exit the Installer.",
IDC_TITLE,125-X,10,246,31,NOT WS_GROUP
LTEXT "Required space: ",IDC_SPACE1,125-X,60,246,8,NOT WS_GROUP
LTEXT "Available space: ",IDC_SPACE2,125-X,80,246,8,NOT WS_GROUP
@@ -69,7 +69,7 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Setup"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
- LTEXT "This program will uninstall the software from your computer. Click ""Next"" to remove all files and startmenu/desktop entries from this machine. Click ""Cancel"" to exit the Uninstaller."
+ LTEXT "This program will uninstall the software from your computer. Click ""Next"" to remove all files and startmenu/desktop entries from this machine. Click ""Cancel"" to exit the Uninstaller.",
IDC_TITLE,125-X,10,246,31,NOT WS_GROUP
CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
125-X,157,246,14
@@ -83,7 +83,7 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Setup"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
- LTEXT "The installation directory still contains files which were created after the initial installation. Please decide whether those files should be removed, too."
+ LTEXT "The installation directory still contains files which were created after the initial installation. Please decide whether those files should be removed, too.",
IDC_TITLE,125-X,10,247,20,NOT WS_GROUP
EDITTEXT IDC_FILELIST,125-X,31,247,130,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL | NOT WS_TABSTOP
@@ -97,7 +97,7 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Setup"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
- LTEXT "Uninstallation is finished." IDC_TITLE,125-X,10,246,31,NOT WS_GROUP
+ LTEXT "Uninstallation is finished.",IDC_TITLE,125-X,10,246,31,NOT WS_GROUP
CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8, 104-X,163,WS_EX_CLIENTEDGE
END