From 2a17f18d78fe816b2178009004b1c806e55dc095 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sat, 18 Jul 2009 13:33:48 +0000 Subject: more space for translations in ui fixed output paths git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@467 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/updater.rc | 4 +-- updater/updater_9.vcproj | 87 +++++++++++++++++++++++++++--------------------- updater/version.h | 2 +- 3 files changed, 52 insertions(+), 41 deletions(-) diff --git a/updater/updater.rc b/updater/updater.rc index e717217..54a77c7 100644 --- a/updater/updater.rc +++ b/updater/updater.rc @@ -99,8 +99,8 @@ BEGIN PUSHBUTTON "Update and Exit",IDC_BTN_CHECKNORESTART,58,211,91,17 CONTROL "Show 'Update and Exit' menu item",IDC_CHK_UPDATEANDEXIT, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,136,127,10 - CONTROL "Slider1",IDC_SLID_VERREQ,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,14,83,100,12 - LTEXT "Static",IDC_ST_VERREQ,130,85,146,8 + CONTROL "Slider1",IDC_SLID_VERREQ,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,8,83,100,12 + LTEXT "Static",IDC_ST_VERREQ,111,85,180,8 CONTROL "Keep downloaded archives",IDC_CHK_SAVEZIPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,149,127,10 CONTROL "Only install DLLs automatically",IDC_CHK_DLLSONLY, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,149,128,10 diff --git a/updater/updater_9.vcproj b/updater/updater_9.vcproj index f4f5c6d..a74344a 100644 --- a/updater/updater_9.vcproj +++ b/updater/updater_9.vcproj @@ -1,7 +1,7 @@ @@ -465,10 +474,13 @@ Name="VCLinkerTool" IgnoreImportLibrary="true" AdditionalDependencies="comctl32.lib ws2_32.lib" + LinkIncremental="1" + SuppressStartupBanner="true" + GenerateManifest="false" GenerateDebugInformation="true" + ProgramDatabaseFile=".\updater___Win32_Release_Unicode/updater.pdb" OptimizeReferences="2" EnableCOMDATFolding="2" - LinkTimeCodeGeneration="1" BaseAddress="0x22000000" RandomizedBaseAddress="1" DataExecutionPrevention="0" @@ -499,8 +511,8 @@