Extenstion: Paster update and version change.

This commit is contained in:
John P (Dgby714) 2011-05-09 12:17:40 -04:00
parent a05281804b
commit c375bb13ee
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ end;
function GetVersion: string;
begin;
Result := '1.0';
Result := '1.0a';
end;
{$IFDEF EXTENSION}
@ -164,7 +164,8 @@ begin
end else
WriteLn('Script pasted at id "' + Data + '"');
end else
WriteLn(Data);
if (Data <> '') then
WriteLn(Data);
end;
procedure UpdateDefault(Index: integer);