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

List:       kde-commits
Subject:    branches/work/konvi-kde4/src/irc
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2009-01-30 11:17:16
Message-ID: 1233314236.364729.26244.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 918613 by segato:

fix some icons

 M  +8 -8      servergroupdialog.cpp  
 M  +1 -1      serverlistdialog.cpp  


--- branches/work/konvi-kde4/src/irc/servergroupdialog.cpp #918612:918613
@@ -75,10 +75,10 @@
         Q3WhatsThis::add(m_mainWidget->m_autoConnectCBox, i18n("Check here if you \
want Konversation to automatically connect to this network whenever you open \
Konversation."));  
         Q3WhatsThis::add(m_mainWidget->m_serverLBox, i18n("This is a list of IRC \
Servers in the network. When connecting to the network, Konversation will attempt to \
connect to the top server first. If this fails, it will attempt the second server. If \
this fails, it will attempt the third, and so on. At least one server must be \
                specified. Click a server to highlight it."));
-        m_mainWidget->m_removeServerButton->setIconSet(SmallIconSet("editdelete"));
+        m_mainWidget->m_removeServerButton->setIconSet(SmallIconSet("list-remove"));
         m_mainWidget->m_removeServerButton->setTextLabel(i18n("Delete"));
-        m_mainWidget->m_upServerBtn->setIconSet(SmallIconSet("up"));
-        m_mainWidget->m_downServerBtn->setIconSet(SmallIconSet("down"));
+        m_mainWidget->m_upServerBtn->setIconSet(SmallIconSet("arrow-up"));
+        m_mainWidget->m_downServerBtn->setIconSet(SmallIconSet("arrow-down"));
 
         connect(m_mainWidget->m_addServerButton, SIGNAL(clicked()), this, \
                SLOT(addServer()));
         connect(m_mainWidget->m_changeServerButton, SIGNAL(clicked()), this, \
SLOT(editServer())); @@ -88,10 +88,10 @@
         connect(m_mainWidget->m_downServerBtn, SIGNAL(clicked()), this, \
SLOT(moveServerDown()));  
         Q3WhatsThis::add(m_mainWidget->m_channelLBox, i18n("Optional. This is a list \
of the channels that will be automatically joined once Konversation has connected to \
a server. You may leave this blank if you wish to not automatically join any \
                channels."));
-        m_mainWidget->m_removeChannelButton->setIconSet(SmallIconSet("editdelete"));
+        m_mainWidget->m_removeChannelButton->setIconSet(SmallIconSet("list-remove"));
                
         m_mainWidget->m_removeChannelButton->setTextLabel(i18n("Delete"));
-        m_mainWidget->m_upChannelBtn->setIconSet(SmallIconSet("up"));
-        m_mainWidget->m_downChannelBtn->setIconSet(SmallIconSet("down"));
+        m_mainWidget->m_upChannelBtn->setIconSet(SmallIconSet("arrow-up"));
+        m_mainWidget->m_downChannelBtn->setIconSet(SmallIconSet("arrow-down"));
 
         connect(m_mainWidget->m_addChannelButton, SIGNAL(clicked()), this, \
                SLOT(addChannel()));
         connect(m_mainWidget->m_changeChannelButton, SIGNAL(clicked()), this, \
SLOT(editChannel())); @@ -100,8 +100,8 @@
         connect(m_mainWidget->m_upChannelBtn, SIGNAL(clicked()), this, \
                SLOT(moveChannelUp()));
         connect(m_mainWidget->m_downChannelBtn, SIGNAL(clicked()), this, \
SLOT(moveChannelDown()));  
-        setButtonGuiItem(Ok, KGuiItem(i18n("&OK"), "button_ok", i18n("Change network \
                information")));
-        setButtonGuiItem(Cancel, KGuiItem(i18n("&Cancel"), "button_cancel", \
i18n("Discards all changes made"))); +        setButtonGuiItem(Ok, \
KGuiItem(i18n("&OK"), "dialog-ok", i18n("Change network information"))); +        \
setButtonGuiItem(Cancel, KGuiItem(i18n("&Cancel"), "dialog-cancel", i18n("Discards \
all changes made")));  
         m_mainWidget->m_nameEdit->setFocus();
 
--- branches/work/konvi-kde4/src/irc/serverlistdialog.cpp #918612:918613
@@ -112,7 +112,7 @@
         setButtons(Ok|Close);
         setModal(false);
 
-        setButtonGuiItem(Ok, KGuiItem(i18n("C&onnect"), "connect_creating", \
i18n("Connect to the server"), i18n("Click here to connect to the selected IRC \
network and channel."))); +        setButtonGuiItem(Ok, KGuiItem(i18n("C&onnect"), \
"network-connect", i18n("Connect to the server"), i18n("Click here to connect to the \
selected IRC network and channel.")));  
         m_serverList = new ServerListView(mainWidget());
         Q3WhatsThis::add(m_serverList, i18n("This shows the listof configured IRC \
networks. An IRC network is a collection of cooperating servers. You need only \
connect to one of the servers in the network to be connected to the entire IRC \
network. Once connected, Konversation will automatically join the channels shown. \
When Konversation is started for the first time, the Freenode network and the \
<i>#kde</i> channel are already entered for you."));


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

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