Forwarded to kmymoney-devel@kde.org

------- Переспрямоване повідомлення -------
Від: "Dimitrios Glentadakis" <dgl...@gmail.com>
Кому: "KDE i18n-doc" <kde-i18n-...@kde.org>
Копія:
Тема: kmymoney.po
Дата: Fri, 30 Mar 2012 21:21:11 +0300

I know that is a very minor thing and really i am not a scholastic guy...
:D
but maybe you want to add 3 dots after the: "Map to online account" to fit
with the other two menu options that they have the 3 dots in the end

Map to online account
Unmap account...
Update account...


---------------

   KAction *account_online_map =
actionCollection()->addAction("account_online_map");
   account_online_map->setText(i18n("Map to online account"));
   account_online_map->setIcon(KIcon("news-subscribe"));
   connect(account_online_map, SIGNAL(triggered()), this,
SLOT(slotAccountMapOnline()));

   KAction *account_online_unmap =
actionCollection()->addAction("account_online_unmap");
   account_online_unmap->setText(i18n("Unmap account..."));
   account_online_unmap->setIcon(KIcon("news-unsubscribe"));
   connect(account_online_unmap, SIGNAL(triggered()), this,
SLOT(slotAccountUnmapOnline()));

   KActionMenu* menu = new KActionMenu(KIcon("account-update-online"),
i18nc("Update online accounts menu", "Update"), this);
   actionCollection()->addAction("account_online_update_menu", menu);

   // activating the menu button is the same as selecting the current
account
   connect(menu, SIGNAL(activated()), this,
SLOT(slotAccountUpdateOnline()));

   KAction *account_online_update =
actionCollection()->addAction("account_online_update");
   account_online_update->setText(i18n("Update account..."));
   account_online_update->setIcon(KIcon("account-update-online"));




-----------------------




Message #1781
src:/kmymoney/kmymoney.cpp:669
http://quickgit.kde.org/index.php?p=kmymoney.git&a=blob_plain&h=1573b7ee24792dd2789f2a60eae5a164974b87d0&f=kmymoney%2Fkmymoney.cpp
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to