1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-30 23:00:18 -05:00

Small changes.

This commit is contained in:
Niels 2010-10-02 20:40:36 +02:00
parent 086b13de41
commit 0100965a45
3 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,6 @@
program CRov; program CRov;
//Crash recovery extension for Simba by Nielsie95
{$IFNDEF PS_EXTENSION} //http://villavu.com/forum/showthread.php?p=740535
var
Client: TClient;
Simba_MainMenu: TMainMenu;
{$ENDIF}
const const
Version = '0.6'; Version = '0.6';
@ -231,7 +227,6 @@ begin
s := TStringList.Create; s := TStringList.Create;
try try
s.Text := Script; s.Text := Script;
//WriteLn('Saving recovery file to "'+Title+'"');
s.SaveToFile(AppPath+Dir+Title); s.SaveToFile(AppPath+Dir+Title);
SetFileInfo(Tab, AppPath+Dir+Title, Script); SetFileInfo(Tab, AppPath+Dir+Title, Script);
finally finally

View File

@ -1,4 +1,6 @@
program AssociateFiles; program AssociateFiles;
//File association extension for Simba by Nielsie95
//http://villavu.com/forum/showthread.php?t=56853
const const
ExtensionsDef = 'simb,simba,sex'; ExtensionsDef = 'simb,simba,sex';

View File

@ -1,4 +1,7 @@
program DTMEditor_Extension; program DTMEditor_Extension;
//(D)DTM Editor for Simba By Nielsie95
//http://villavu.com/forum/showthread.php?t=56151
{$ifndef PS_EXTENSION} {$ifndef PS_EXTENSION}
var var
Client: TClient; Client: TClient;