From: <cod...@go...> - 2008-12-05 04:10:29
|
Author: M0...@gm... Date: Thu Dec 4 20:09:53 2008 New Revision: 371 Modified: branches/iVL/.project branches/iVL/FMain.class branches/iVL/installer.gambas Log: Fixed bad method reference in Fmain.class \ Updated binary Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Thu Dec 4 20:09:53 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.9.0 Title=VectorLinux Installer Startup=MdlCore -Version=0.1.11 +Version=0.1.12 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/FMain.class ============================================================================== --- branches/iVL/FMain.class (original) +++ branches/iVL/FMain.class Thu Dec 4 20:09:53 2008 @@ -348,7 +348,7 @@ FrmPartScheme.rbUseExisting.ForeColor = Color.Gray ELSE FrmPartScheme.rbUseExisting.Enabled = TRUE - FrmPartScheme.rbUseExisting.Color = Color.Black + FrmPartScheme.rbUseExisting.foreColor = Color.Black END IF Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |