From: <cod...@go...> - 2008-12-04 22:34:07
|
Author: M0...@gm... Date: Thu Dec 4 14:01:47 2008 New Revision: 369 Modified: branches/iVL/.project branches/iVL/FrmDone.class branches/iVL/installer.gambas Log: Updated binary Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Thu Dec 4 14:01:47 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.9.0 Title=VectorLinux Installer Startup=MdlCore -Version=0.1.47 +Version=0.1.48 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/FrmDone.class ============================================================================== --- branches/iVL/FrmDone.class (original) +++ branches/iVL/FrmDone.class Thu Dec 4 14:01:47 2008 @@ -46,11 +46,13 @@ 'IF MdlConfLilo.hBgConfigProc.State = Process.Running THEN IF Exist(ClsGlobal.sTargetMnt &/ "tmp" &/ "status") = FALSE THEN 'Message.Info("Found /tmp/status") + ME.tlBanner.Text = "<b>" & ("Configuration in progress") & "</b>" sText = "<br><br><br>" & ClsGlobal.DISTRO & Space(1) & ("is performing final system configuration. Please wait a moment.") FMain.btnext.Enabled = FALSE FMain.btQuit.Enabled = FALSE ELSE - Message.Info("Found /tmp/status") + 'Message.Info("Found /tmp/status") + ME.tlBanner.Text = "<b>" & ("Installation is complete") & "</b>" sText = ClsGlobal.DISTRO & Space(1) & ("has been installed to your system. Your new system has been configured with the default factory settings.") & "<br><br>" & ("After reboot you can use vasm or vasmCC to fine tune your installation.") & "<br><br>" & ("Your computer needs to be restarted so that you can use your new operating system. Click") & Space(1) & FMain.btnext.text & Space(1)& Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |