Skip to content

Commit

Permalink
Predavame autoconnect jerrymu.
Browse files Browse the repository at this point in the history
  • Loading branch information
horacekj committed Oct 28, 2016
1 parent 6cc10ff commit 0623de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/HVDb.pas
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ procedure THVDb.OpenJerry();
res:Integer;
f:string;
begin
// predame server a port
args := '-s "' + GlobConfig.data.server.host + '" -pt ' + IntToStr(GlobConfig.data.server.port) + ' ';
// predame autoconnect, server a port
args := '-a -s "' + GlobConfig.data.server.host + '" -pt ' + IntToStr(GlobConfig.data.server.port) + ' ';

// predat uzivatele ?
if ((GlobConfig.data.reg.reg_user) and (GlobConfig.data.auth.username <> '')) then
Expand Down
4 changes: 2 additions & 2 deletions src/hJOPpanel.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<VersionInfo Name="AutoIncBuild">True</VersionInfo>
<VersionInfo Name="MajorVer">1</VersionInfo>
<VersionInfo Name="MinorVer">3</VersionInfo>
<VersionInfo Name="Release">1</VersionInfo>
<VersionInfo Name="Release">2</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
Expand All @@ -178,7 +178,7 @@
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Panel stanice hJOP</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">1.3.1.0</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">1.3.2.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName">hJOPpanel.exe</VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright">Jan Horáček</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks">Jan Horáček</VersionInfoKeys>
Expand Down

0 comments on commit 0623de6

Please sign in to comment.