[PATCH] Fix AboutModuleDialog title.
Jaak Ristioja
ristioja at gmail.com
Fri Apr 17 06:49:20 MST 2009
---
src/frontend/btaboutmoduledialog.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/frontend/btaboutmoduledialog.cpp b/src/frontend/btaboutmoduledialog.cpp
index 42f2d4b..dd85868 100644
--- a/src/frontend/btaboutmoduledialog.cpp
+++ b/src/frontend/btaboutmoduledialog.cpp
@@ -23,7 +23,7 @@ BTAboutModuleDialog::BTAboutModuleDialog(QWidget* parent, CSwordModuleInfo* info
{
//Set the flag to destroy when closed - otherwise eats memory
setAttribute(Qt::WA_DeleteOnClose);
- setWindowTitle(tr("Information About") + QString(" ") + info->name());
+ setWindowTitle(tr("Information About %1").arg(info->name()));
resize(650, 400);
QVBoxLayout* vboxLayout = new QVBoxLayout(this);
--
1.6.0.6
--------------020907090403070604080604
Content-Type: text/plain;
name="0002-Changed-the-name-of-the-main-toolbar-to-Main-Toolba.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename*0="0002-Changed-the-name-of-the-main-toolbar-to-Main-Toolba.pat";
filename*1="ch"
More information about the bt-devel
mailing list