diff options
| author | 2010-05-25 03:33:49 +0000 | |
|---|---|---|
| committer | 2010-05-25 03:33:49 +0000 | |
| commit | 721d6e2f218abd227fe7ca6ea93f6acf15790964 (patch) | |
| tree | 1497c350e13a5914d8c901af514de607e5659990 /src/modules/addon/packaddondialog.cpp | |
| parent | update (diff) | |
| download | KVIrc-721d6e2f218abd227fe7ca6ea93f6acf15790964.tar.gz KVIrc-721d6e2f218abd227fe7ca6ea93f6acf15790964.tar.bz2 KVIrc-721d6e2f218abd227fe7ca6ea93f6acf15790964.zip | |
Misc tweaks on the addon dialog.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4374 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/addon/packaddondialog.cpp')
| -rw-r--r-- | src/modules/addon/packaddondialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/addon/packaddondialog.cpp b/src/modules/addon/packaddondialog.cpp index 2e7e67220..af7828990 100644 --- a/src/modules/addon/packaddondialog.cpp +++ b/src/modules/addon/packaddondialog.cpp @@ -86,10 +86,12 @@ KviPackAddonDialog::KviPackAddonDialog(QWidget * pParent) pPage->setTitle(__tr2qs_ctx("Welcome","addon")); QLabel * pLabel = new QLabel(pPage); + pLabel->setWordWrap(true); pLabel->setText(__tr2qs_ctx("This procedure allows you to export the selected addon to a single package. It is useful when you want to distribute your addon to the public.","addon")); pLayout->addWidget(pLabel); pLabel = new QLabel(pPage); + pLabel->setWordWrap(true); QString szText; szText += __tr2qs_ctx("You will be asked to provide some information like the package name, the version, a description and so on.","addon"); szText += "<br><br>"; |
