Author: M0...@gm...
Date: Tue Dec 30 13:18:23 2008
New Revision: 444
Modified:
branches/iVL/.lang/MdlSetup.pot
branches/iVL/.project
branches/iVL/MdlSetup.module
branches/iVL/installer.gambas
Log:
Updated Binary, Bolded vec's name on credits
Modified: branches/iVL/.lang/MdlSetup.pot
==============================================================================
--- branches/iVL/.lang/MdlSetup.pot (original)
+++ branches/iVL/.lang/MdlSetup.pot Tue Dec 30 13:18:23 2008
@@ -26,15 +26,15 @@
msgid "Total pkgs to be installed = "
msgstr ""
-#: MdlSetup.module:318
+#: MdlSetup.module:319
msgid "BROUGHT TO YOU BY"
msgstr ""
-#: MdlSetup.module:334
+#: MdlSetup.module:337
msgid "Activating swap space"
msgstr ""
-#: MdlSetup.module:336
+#: MdlSetup.module:339
msgid "Preparing filesystems"
msgstr ""
Modified: branches/iVL/.project
==============================================================================
--- branches/iVL/.project (original)
+++ branches/iVL/.project Tue Dec 30 13:18:23 2008
@@ -2,7 +2,7 @@
# Compiled with Gambas 2.10.0
Title=VectorLinux Installer
Startup=MdlCore
-Version=0.1.14
+Version=0.1.15
Library=gb.gtk
Library=gb.form
Library=gb.debug
Modified: branches/iVL/MdlSetup.module
==============================================================================
--- branches/iVL/MdlSetup.module (original)
+++ branches/iVL/MdlSetup.module Tue Dec 30 13:18:23 2008
@@ -295,6 +295,7 @@
sFile[i] = "M0E-lnx [ vpackager, vasmCC, GUI installer ]"
ELSE IF Left(Trim(sFile[i]), Len("Uelsk8s")) = "Uelsk8s" THEN
sFile[i] = "Uelks8s [ vlthemeswitch, ISO Master, Gui Installer ]"
+
ELSE
sFile[i] = sFile[i]
END IF
@@ -323,6 +324,8 @@
sCredit[i] = "<b>" & "Uelsk8s" & "</b><br>" & "[ GUI
Installer, ISO Master, vlthemeswitch ]"
ELSE IF Left(sCredit[i], Len("Lost")) = "Lost" THEN
sCredit[i] = "Lost-n-LovinLinux" ' " Lost " & " & " & "
LovinLinux ""
+ ELSE IF Left(sCredit[i], Len("Vector")) = "Vector" THEN
+ sCredit[i] = "<b>" & "Vector" & "</b><br>" & "[ Founder ]"
END IF
FrmCredits.TextLabel1.text = FrmCredits.TextLabel1.text &
sCredit[i] & "<br><br><br>"
NEXT
Modified: branches/iVL/installer.gambas
==============================================================================
Binary files. No diff available.
|