diff options
| author | 2010-06-04 17:19:44 +0000 | |
|---|---|---|
| committer | 2010-06-04 17:19:44 +0000 | |
| commit | 0e636b8821b96709115ba85ed3f2b37a4f2a60e1 (patch) | |
| tree | 3ef0832447b1ee28421de0168ded5a473106b3dc /src/modules/mircimport | |
| parent | mdi child: cache geometry to avoid a problem where a mdi subwindow that never... (diff) | |
| download | KVIrc-0e636b8821b96709115ba85ed3f2b37a4f2a60e1.tar.gz KVIrc-0e636b8821b96709115ba85ed3f2b37a4f2a60e1.tar.bz2 KVIrc-0e636b8821b96709115ba85ed3f2b37a4f2a60e1.zip | |
server handling: avoid to pick up the first available server from the first available network: open up the server list instead;
other small fixes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4421 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/mircimport')
| -rw-r--r-- | src/modules/mircimport/libkvimircimport.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/mircimport/libkvimircimport.cpp b/src/modules/mircimport/libkvimircimport.cpp index 484947500..5fda94784 100644 --- a/src/modules/mircimport/libkvimircimport.cpp +++ b/src/modules/mircimport/libkvimircimport.cpp @@ -148,6 +148,7 @@ KviRemoteMircServerImportWizard::KviRemoteMircServerImportWizard(KviRemoteMircSe m_pFilter = f; QLabel * l = new QLabel(this); + l->setWordWrap(true); l->setText(__tr2qs("<center><b>Welcome!</b><br><br>This wizard will guide you in the process of " \ "downloading a list of IRC servers. Please click \"<b>Next</b>\" to begin the operation.</center>")); addPage(l,capt); @@ -155,6 +156,7 @@ KviRemoteMircServerImportWizard::KviRemoteMircServerImportWizard(KviRemoteMircSe KviTalVBox * vb = new KviTalVBox(this); l = new QLabel(vb); + l->setWordWrap(true); l->setText(__tr2qs("<center>Here you can modify the URL that the list will be downloaded from. In most cases the default URL is acceptable.</center>")); vb->setStretchFactor(l,1); |
