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

List:       kde-commits
Subject:    [ktp-contact-list] /: Fix action text capitalization
From:       Martin Klapetek <mklapetek () kde ! org>
Date:       2015-02-10 17:04:09
Message-ID: E1YLEEL-0006UU-Fd () scm ! kde ! org
[Download RAW message or body]

Git commit cc9b9c0b9ade1ea6927a6a8908de7775c47afe28 by Martin Klapetek.
Committed on 10/02/2015 at 17:03.
Pushed by mklapetek into branch 'master'.

Fix action text capitalization

M  +1    -1    main-widget.cpp

http://commits.kde.org/telepathy-contact-list/cc9b9c0b9ade1ea6927a6a8908de7775c47afe28


diff --git a/main-widget.cpp b/main-widget.cpp
index e49b589..5770fc5 100644
--- a/main-widget.cpp
+++ b/main-widget.cpp
@@ -552,7 +552,7 @@ void MainWidget::setupActions(const KConfigGroup& guiConfigGroup)
     m_searchContactAction = createAction(i18n("Find Contact"), this, \
                SLOT(toggleSearchWidget(bool)),
                                          guiConfigGroup.readEntry("pin_filterbar", \
true), QIcon::fromTheme("edit-find"));  \
                m_searchContactAction->setShortcuts(KStandardShortcut::find());
-    m_startChatAction = createAction(i18n("Start a chat..."), this, \
SLOT(onStartChatRequest()), QIcon::fromTheme("telepathy-kde")); +    \
m_startChatAction = createAction(i18n("Start a Chat..."), this, \
SLOT(onStartChatRequest()), QIcon::fromTheme("telepathy-kde"));  
     // Dual actions
     m_metacontactToggleAction = new KDualAction(i18n("Split Selected Contacts"),


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

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