Fixed repository link.

This commit is contained in:
Vladimir Kryvian
2015-08-10 17:18:08 +03:00
parent 58b7747780
commit 04544b6da1
3 changed files with 4 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
<AutoIncrementBuild Value="True"/> <AutoIncrementBuild Value="True"/>
<MajorVersionNr Value="1"/> <MajorVersionNr Value="1"/>
<RevisionNr Value="90"/> <RevisionNr Value="90"/>
<BuildNr Value="72"/> <BuildNr Value="79"/>
<StringTable CompanyName="Lab 313" FileDescription="The best TIMs tool ever!:)" ProductVersion=""/> <StringTable CompanyName="Lab 313" FileDescription="The best TIMs tool ever!:)" ProductVersion=""/>
</VersionInfo> </VersionInfo>
<BuildModes Count="6"> <BuildModes Count="6">
@@ -316,7 +316,7 @@
<Version Value="11"/> <Version Value="11"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Target> <Target>
<Filename Value="output\tim2view_$(TargetOS)_$(TargetCPU)"/> <Filename Value="output\tim2view_$(TargetOS)_$(TargetCPU)_d"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="$(ProjOutDir);lazpaint\bgrabitmap"/> <IncludeFiles Value="$(ProjOutDir);lazpaint\bgrabitmap"/>
@@ -335,7 +335,6 @@
<OverflowChecks Value="True"/> <OverflowChecks Value="True"/>
<StackChecks Value="True"/> <StackChecks Value="True"/>
</Checks> </Checks>
<StackSize Value="16384"/>
</CodeGeneration> </CodeGeneration>
<Linking> <Linking>
<Debugging> <Debugging>

View File

@@ -1046,7 +1046,7 @@ object frmMain: TfrmMain
ShortCut = 114 ShortCut = 114
end end
object actOpenRepo: TAction object actOpenRepo: TAction
Caption = 'Tim2Vew &SVN Repo' Caption = 'Tim2View &GitHub'
OnExecute = actOpenRepoExecute OnExecute = actOpenRepoExecute
end end
object actOpenLab: TAction object actOpenLab: TAction

View File

@@ -590,7 +590,7 @@ end;
procedure TfrmMain.actOpenRepoExecute(Sender: TObject); procedure TfrmMain.actOpenRepoExecute(Sender: TObject);
begin begin
OpenUrl('http://tim2view.googlecode.com'); OpenUrl('https://github.com/DrMefistO/tim2view/');
end; end;
procedure TfrmMain.actPngImportExecute(Sender: TObject); procedure TfrmMain.actPngImportExecute(Sender: TObject);