code style
This commit is contained in:
parent
69f4ef837d
commit
3b539351b1
1 changed files with 12 additions and 14 deletions
|
@ -364,8 +364,7 @@ int main ( int argc, char** argv )
|
||||||
Settings.Load();
|
Settings.Load();
|
||||||
|
|
||||||
// GUI object
|
// GUI object
|
||||||
CLlconClientDlg ClientDlg (
|
CLlconClientDlg ClientDlg ( &Client,
|
||||||
&Client,
|
|
||||||
&Settings,
|
&Settings,
|
||||||
bConnectOnStartup,
|
bConnectOnStartup,
|
||||||
bDisalbeLEDs,
|
bDisalbeLEDs,
|
||||||
|
@ -410,8 +409,7 @@ int main ( int argc, char** argv )
|
||||||
Server.UpdateServerList();
|
Server.UpdateServerList();
|
||||||
|
|
||||||
// GUI object for the server
|
// GUI object for the server
|
||||||
CLlconServerDlg ServerDlg (
|
CLlconServerDlg ServerDlg ( &Server,
|
||||||
&Server,
|
|
||||||
&Settings,
|
&Settings,
|
||||||
bStartMinimized,
|
bStartMinimized,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in a new issue