From b4305b689eec4a48a9576635e54108ab30dcd849 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Mon, 5 Jul 2010 19:16:00 +0200 Subject: [PATCH] Small fix --- Projects/Simba/simbaunit.pas | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Projects/Simba/simbaunit.pas b/Projects/Simba/simbaunit.pas index 9fded29..01dd2fc 100644 --- a/Projects/Simba/simbaunit.pas +++ b/Projects/Simba/simbaunit.pas @@ -446,8 +446,6 @@ type function GetMethodName( Decl : string; PlusNextChar : boolean) : string; const - // Rip Mufasa -> Simba ftw - //WindowTitle = 'Mufasa v2 - %s';//Title, where %s = the place of the filename. WindowTitle = 'Simba - %s';//Title, where %s = the place of the filename. Panel_State = 0; Panel_Coords = 1; @@ -1187,7 +1185,7 @@ begin CreateSetting('Settings/Fonts/VersionLink', FontURL + 'Version'); CreateSetting('Settings/Fonts/UpdateLink', FontURL + 'Fonts.tar.bz2'); - CreateSetting('Settings/News/URL', 'http://Simba.villavu.com/bin/news'); + CreateSetting('Settings/News/URL', 'http://simba.villavu.com/bin/news'); {Creates the paths and returns the path} PluginsPath := CreateSetting('Settings/Plugins/Path', ExpandFileName(MainDir+ DS+ 'Plugins' + DS)); @@ -1199,6 +1197,7 @@ begin CreateSetting('LastConfig/Console/Visible','True'); ShowConsole(True); {$endif} + CreateSetting('Settings/Tray/AlwaysVisible', 'True'); if not DirectoryExists(IncludePath) then CreateDir(IncludePath); if not DirectoryExists(FontPath) then