From: <cod...@go...> - 2008-12-08 19:58:21
|
Author: M0...@gm... Date: Mon Dec 8 11:46:11 2008 New Revision: 380 Modified: branches/iVL/.lang/FMain.pot branches/iVL/.project branches/iVL/FMain.class branches/iVL/installer.gambas Log: More reverse navigation fixes Modified: branches/iVL/.lang/FMain.pot ============================================================================== --- branches/iVL/.lang/FMain.pot (original) +++ branches/iVL/.lang/FMain.pot Mon Dec 8 11:46:11 2008 @@ -94,19 +94,19 @@ msgid "Please specify the domain this computer belongs to" msgstr "" -#: FMain.class:811 +#: FMain.class:812 msgid "Back" msgstr "" -#: FMain.class:822 +#: FMain.class:823 msgid "Exit Installation" msgstr "" -#: FMain.class:833 +#: FMain.class:834 msgid "Next" msgstr "" -#: FMain.class:847 +#: FMain.class:848 msgid "Button1" msgstr "" Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Mon Dec 8 11:46:11 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.9.0 Title=VectorLinux Installer Startup=MdlCore -Version=0.1.12 +Version=0.1.13 Library=gb.gtk Library=gb.form Library=gb.debug @@ -12,7 +12,6 @@ Library=gb.gtk.ext Description=GUI installer for Vector linux Authors=M0E-lnx\nuelsk8s -Arguments="" TabSize=2 Translate=1 Language=en_US Modified: branches/iVL/FMain.class ============================================================================== --- branches/iVL/FMain.class (original) +++ branches/iVL/FMain.class Mon Dec 8 11:46:11 2008 @@ -657,7 +657,8 @@ WITH FMain .tvPlan.MoveBack END WITH - FrmCurr.Hide + 'FrmCurr.Hide + FrmCurr.Close() frm.Show ClsGlobal.sBackNav.Add(frm) END IF Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |