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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/msn
From:       Andre Moreira Magalhaes <andrunko () yahoo ! com ! br>
Date:       2005-08-01 19:24:09
Message-ID: 1122924249.872353.25179.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 442154 by andrunko:

BUG: 109811
Kopete new Hotmail tray notification says "Open &Inbox".


 M  +2 -2      msnnotifysocket.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/msn/msnnotifysocket.cpp #442153:442154
@@ -737,7 +737,7 @@
 		{
 			// If there are new email message available, raise the unread email event.
 			QObject::connect(KNotification::event( "msn_mail", i18n( "You have one unread \
                message in your MSN inbox.",
-					"You have %n unread messages in your MSN inbox.", mailCount ), 0 , 0 , i18n( \
"Open &Inbox..." ) ), +					"You have %n unread messages in your MSN inbox.", \
mailCount ), 0 , 0 , i18n( "Open Inbox..." ) ),  SIGNAL(activated(unsigned int ) ) , \
this, SLOT( slotOpenInbox() ) );  }
 	}
@@ -759,7 +759,7 @@
 
 		//TODO:  it is also possible to get the subject  (but warning about the encoding)
 		QObject::connect(KNotification::event( "msn_mail",i18n( "You have one new email \
                from %1 in your MSN inbox." ).arg(m),
-										0 , 0 , i18n( "Open &Inbox..." ) ),
+										0 , 0 , i18n( "Open Inbox..." ) ),
 				SIGNAL(activated(unsigned int ) ) , this, SLOT( slotOpenInbox() ) );
 	}
 	else if(msg.contains("text/x-msmsgsprofile"))


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

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