Changeset 54 for trunk/Client/Forms/UFormMain.pas
- Timestamp:
- Oct 12, 2012, 11:43:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Client/Forms/UFormMain.pas
r52 r54 150 150 if Core.System.Active then 151 151 with Core.System.Client do 152 StatusBar1.Panels[0].Text := User + '@' + Host + ':' + IntToStr(Port) + '/' + Schema; 152 StatusBar1.Panels[0].Text := User + '@' + Host + ':' + IntToStr(Port) + '/' + Schema 153 else StatusBar1.Panels[0].Text := ''; 153 154 154 155 for I := 0 to ToolBar1.ButtonCount - 1 do
Note:
See TracChangeset
for help on using the changeset viewer.