[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kregexpeditor] /: Icon renaming (code changes - playground):
From:       Jakob Petsovits <jpetso () gmx ! at>
Date:       2012-02-23 18:40:13
Message-ID: 20120223184013.72609A60D1 () git ! kde ! org
[Download RAW message or body]

Git commit 4f24ca400fc382b3056d33500528721c6dbb87b7 by Jakob Petsovits.
Committed on 01/01/2008 at 20:47.
Pushed by sjogren into branch 'master'.

Icon renaming (code changes - playground):
edit-clear-locationbar -> edit-clear-locationbar-ltr

svn path=/trunk/playground/utils/kregexpeditor/; revision=755526

M  +1    -1    kregexpeditorprivate.cpp

http://commits.kde.org/kregexpeditor/4f24ca400fc382b3056d33500528721c6dbb87b7

diff --git a/kregexpeditorprivate.cpp b/kregexpeditorprivate.cpp
index 68ced05..7b1f1d2 100644
--- a/kregexpeditorprivate.cpp
+++ b/kregexpeditorprivate.cpp
@@ -174,7 +174,7 @@ KRegExpEditorPrivate::KRegExpEditorPrivate(QWidget *parent)
   QLabel* label = new QLabel( i18n("ASCII synta&x:"), this );
   layout->addWidget( label );
   clearButton = new QToolButton( this );
-  const QString icon( QString::fromLatin1( QApplication::isRightToLeft() ? \
"edit-clear-locationbar-rtl" : "edit-clear-locationbar" ) ); +  const QString icon( \
QString::fromLatin1( QApplication::isRightToLeft() ? "edit-clear-locationbar-rtl" : \
"edit-clear-locationbar-ltr" ) );  KIcon clearIcon( icon );
   clearButton->setIcon( clearIcon );
   layout->addWidget( clearButton );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic