summaryrefslogtreecommitdiff
path: root/src/panelhistory.cpp
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2009-08-09 01:44:30 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2009-08-09 01:44:30 +0200
commite39fb095aed235c1e5c9d391ed509cae1dfe18e0 (patch)
treedbc66f8fc9409c6bb264dbf5f4a5f26673040001 /src/panelhistory.cpp
parentRemoved an unneeded space (diff)
downloadrekonq-e39fb095aed235c1e5c9d391ed509cae1dfe18e0.tar.xz
Removed unneeded space
Diffstat (limited to 'src/panelhistory.cpp')
-rw-r--r--src/panelhistory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panelhistory.cpp b/src/panelhistory.cpp
index f9ac9da0..d6367669 100644
--- a/src/panelhistory.cpp
+++ b/src/panelhistory.cpp
@@ -51,7 +51,7 @@ PanelHistory::PanelHistory(QWidget *parent)
// add search bar
QHBoxLayout *hBoxLayout = new QHBoxLayout;
hBoxLayout->setContentsMargins(5, 0, 0, 0);
- QLabel *searchLabel = new QLabel(i18n("Search: "));
+ QLabel *searchLabel = new QLabel(i18n("Search:"));
hBoxLayout->addWidget(searchLabel);
KLineEdit *search = new KLineEdit;
hBoxLayout->addWidget(search);