1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Small fix

This commit is contained in:
Merlijn Wajer 2010-07-05 19:16:00 +02:00
parent e7aafaaf63
commit b4305b689e

View File

@ -446,8 +446,6 @@ type
function GetMethodName( Decl : string; PlusNextChar : boolean) : string; function GetMethodName( Decl : string; PlusNextChar : boolean) : string;
const 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. WindowTitle = 'Simba - %s';//Title, where %s = the place of the filename.
Panel_State = 0; Panel_State = 0;
Panel_Coords = 1; Panel_Coords = 1;
@ -1187,7 +1185,7 @@ begin
CreateSetting('Settings/Fonts/VersionLink', FontURL + 'Version'); CreateSetting('Settings/Fonts/VersionLink', FontURL + 'Version');
CreateSetting('Settings/Fonts/UpdateLink', FontURL + 'Fonts.tar.bz2'); 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} {Creates the paths and returns the path}
PluginsPath := CreateSetting('Settings/Plugins/Path', ExpandFileName(MainDir+ DS+ 'Plugins' + DS)); PluginsPath := CreateSetting('Settings/Plugins/Path', ExpandFileName(MainDir+ DS+ 'Plugins' + DS));
@ -1199,6 +1197,7 @@ begin
CreateSetting('LastConfig/Console/Visible','True'); CreateSetting('LastConfig/Console/Visible','True');
ShowConsole(True); ShowConsole(True);
{$endif} {$endif}
CreateSetting('Settings/Tray/AlwaysVisible', 'True');
if not DirectoryExists(IncludePath) then if not DirectoryExists(IncludePath) then
CreateDir(IncludePath); CreateDir(IncludePath);
if not DirectoryExists(FontPath) then if not DirectoryExists(FontPath) then