diff options
| author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-09-30 12:40:18 +0200 | 
|---|---|---|
| committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-09-30 12:40:18 +0200 | 
| commit | 88d71238da58e1cf8f6cd9dd527a9127f95c581b (patch) | |
| tree | ac37637c9b7fa3c8a38aecb2b919583efa5b07fd | |
| parent | Changed a couple of strings: (diff) | |
| download | rekonq-88d71238da58e1cf8f6cd9dd527a9127f95c581b.tar.xz | |
Removed an unnecessary white space
| -rw-r--r-- | src/findbar.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/findbar.cpp b/src/findbar.cpp index 4ec93d87..f6c05702 100644 --- a/src/findbar.cpp +++ b/src/findbar.cpp @@ -66,7 +66,7 @@ FindBar::FindBar(KMainWindow *mainwindow)      layout->setAlignment(hideButton, Qt::AlignLeft | Qt::AlignTop);      // label -    QLabel *label = new QLabel(i18n("Find: ")); +    QLabel *label = new QLabel(i18n("Find:"));      layout->addWidget(label);      // lineEdit, focusProxy | 
