SVN commit 753825 by pino:
icon renaming:
- edit-user -> user-properties
M +1 -1 addressbook.cpp
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/mainpart/services/addressbook/addressbook.cpp #753824:753825
@@ -104,7 +104,7 @@
m_newContact = new QAction( KIcon( "list-add-user" ), i18n( "New contact" ), this );
m_newContact->setShortcut( QKeySequence( Qt::CTRL + Qt::Key_N ) );
- m_editContact = new QAction( KIcon( "edit-user" ), i18n( "Edit contact" ), this );
+ m_editContact = new QAction( KIcon( "user-properties" ), i18n( "Edit contact" ), this );
m_editContact->setEnabled( false );
m_deleteContact = new QAction( KIcon( "list-remove-user" ), i18n( "Delete contact" ), this );
_______________________________________________
kmobiletools mailing list
kmobiletools@...
https://mail.kde.org/mailman/listinfo/kmobiletools