mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-11 05:38:00 -05:00
Removed a line in testunit that probably doesn't compile on windows. ;-)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@45 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
2b0cb40b79
commit
ccc206e234
@ -7,7 +7,7 @@
|
||||
<TargetFileExt Value=""/>
|
||||
<Title Value="Mufasa Stand Alone"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<ActiveEditorIndexAtStart Value="10"/>
|
||||
<ActiveEditorIndexAtStart Value="7"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<ProjectVersion Value=""/>
|
||||
@ -170,8 +170,8 @@
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="TestUnit"/>
|
||||
<CursorPos X="54" Y="280"/>
|
||||
<TopLine Value="261"/>
|
||||
<CursorPos X="5" Y="275"/>
|
||||
<TopLine Value="265"/>
|
||||
<EditorIndex Value="7"/>
|
||||
<UsageCount Value="42"/>
|
||||
<Loaded Value="True"/>
|
||||
@ -527,7 +527,7 @@
|
||||
</Unit65>
|
||||
<Unit66>
|
||||
<Filename Value="../../Units/MMLAddon/PSInc/pscompile.inc"/>
|
||||
<CursorPos X="23" Y="2"/>
|
||||
<CursorPos X="64" Y="4"/>
|
||||
<TopLine Value="1"/>
|
||||
<EditorIndex Value="10"/>
|
||||
<UsageCount Value="11"/>
|
||||
|
@ -1,3 +1,5 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3'q'#1#6'Height'#3#15#2#3'Top'#3#223#0#5'Wi'
|
||||
+'dth'#3#11#3#13'ActiveControl'#7#7'Button1'#7'Caption'#6#5'Form1'#12'ClientH'
|
||||
|
@ -272,7 +272,7 @@ begin
|
||||
// MMLPSThread.Client.MWindow.SetTarget();
|
||||
MMLPSThread.SetPSScript(SynEdit1.Lines.Text);
|
||||
MMLPSThread.SetDebug(SynMemo1);
|
||||
MMLPSThread.Client.MWindow.SetTarget(65052451);
|
||||
//MMLPSThread.Client.MWindow.SetTarget(65052451);
|
||||
MMLPSThread.Resume;
|
||||
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user