From 932e802eb6bcc0d7a00e78ab294b31d57cdf7e88 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 9 Dec 2015 16:34:21 +0000 Subject: [PATCH] fixes --- src/connectdlg.cpp | 4 ++-- src/server.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/connectdlg.cpp b/src/connectdlg.cpp index fbdcb177..05df3db3 100755 --- a/src/connectdlg.cpp +++ b/src/connectdlg.cpp @@ -83,7 +83,7 @@ CConnectDlg::CConnectDlg ( const bool bNewShowCompleteRegList, lvwServers->setColumnWidth ( 1, 130 ); lvwServers->setColumnWidth ( 2, 100 ); #else - lvwServers->setColumnWidth ( 0, 165 ); + lvwServers->setColumnWidth ( 0, 180 ); lvwServers->setColumnWidth ( 1, 65 ); lvwServers->setColumnWidth ( 2, 60 ); #endif @@ -101,7 +101,7 @@ CConnectDlg::CConnectDlg ( const bool bNewShowCompleteRegList, pServerListContextMenu = new QMenu ( this ); - pServerListContextMenu->addAction ( tr ( "&Query Names" ), this, + pServerListContextMenu->addAction ( tr ( "&Query Musicians Names" ), this, SLOT ( OnServerListContextMenuNames() ) ); // make sure the connect button has the focus diff --git a/src/server.cpp b/src/server.cpp index 53602165..19bbc8f9 100755 --- a/src/server.cpp +++ b/src/server.cpp @@ -435,8 +435,8 @@ CServer::CServer ( const int iNewMaxNumChan, this, SLOT ( OnCLReqVersionAndOS ( CHostAddress ) ) ); QObject::connect ( &ConnLessProtocol, - SIGNAL ( CLReqConnClientsList ( CHostAddress, int ) ), - this, SLOT ( OnCLReqConnClientsList ( CHostAddress, int ) ) ); + SIGNAL ( CLReqConnClientsList ( CHostAddress ) ), + this, SLOT ( OnCLReqConnClientsList ( CHostAddress ) ) ); // CODE TAG: MAX_NUM_CHANNELS_TAG // make sure we have MAX_NUM_CHANNELS connections!!!