From: <cod...@go...> - 2008-11-11 14:27:00
|
Author: M0E.lnx Date: Tue Nov 11 06:26:33 2008 New Revision: 279 Modified: branches/iVL/.lang/MdlCore.pot branches/iVL/.project branches/iVL/DevLog branches/iVL/MdlCore.module branches/iVL/installer.gambas Log: Updated Binary Modified: branches/iVL/.lang/MdlCore.pot ============================================================================== --- branches/iVL/.lang/MdlCore.pot (original) +++ branches/iVL/.lang/MdlCore.pot Tue Nov 11 06:26:33 2008 @@ -27,7 +27,7 @@ msgstr "" #: MdlCore.module:222 -msgid "installation CD and click " +msgid "installation CD and click" msgstr "" #: MdlCore.module:222 Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Tue Nov 11 06:26:33 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.9.0 Title=VectorLinux Installer Startup=MdlCore -Version=0.0.155 +Version=0.0.156 Library=gb.gtk Library=gb.form Library=gb.debug @@ -12,13 +12,11 @@ Library=gb.gtk.ext Description=GUI installer for Vector linux Authors=M0E-lnx -Arguments="-C" TabSize=2 Translate=1 Language=en_US ControlPublic=1 ModulePublic=1 -ExecPath=/root/gui-installer/installer.gambas Maintainer=M0E-lnx Vendor=VectorLinux Address=M0...@gm... Modified: branches/iVL/DevLog ============================================================================== --- branches/iVL/DevLog (original) +++ branches/iVL/DevLog Tue Nov 11 06:26:33 2008 @@ -1,3 +1 @@ -- Fixed object positioning woes in install window. -- Added a little space between embedded forms and the navigation buttons -- Fixed object positioning woes in Partition selection window + Modified: branches/iVL/MdlCore.module ============================================================================== --- branches/iVL/MdlCore.module (original) +++ branches/iVL/MdlCore.module Tue Nov 11 06:26:33 2008 @@ -219,7 +219,7 @@ IF FrmSelISO.lstInstallableImg.Count = 0 THEN FrmSelISO.lstInstallableImg.Add(("No Installable Media Found")) FrmSelISO.tlDistroDesc.Text = ("Setup was unable to find any installable media on your system. Please insert your VectorLinux ")& - ("installation CD and click ") & "\'" & FrmSelISO.btResCan.Text & "\' " & ("to try again") + ("installation CD and click") & Space(1) & "\'" & FrmSelISO.btResCan.Text & "\' " & ("to try again") FMain.btnext.Enabled = FALSE FMain.btnext.ForeColor = Color.Gray ELSE Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |