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

List:       kde-docbook
Subject:    KDE/kdenetwork/kopete/plugins/cryptography
From:       Charles Connell <charles () connells ! org>
Date:       2007-07-17 0:27:01
Message-ID: 1184632021.724447.23126.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 688842 by cconnell:

Add cryptography toolbar to chat window
BUG:106414
GUI:


 M  +5 -0      cryptographychatui.rc  
 M  +1 -1      cryptographyguiclient.cpp  


--- trunk/KDE/kdenetwork/kopete/plugins/cryptography/cryptographychatui.rc #688841:688842
@@ -6,5 +6,10 @@
 			<Action name="encryptionToggle" />
 			<Action name="signToggle" />
 		</Menu>
+		<ToolBar name="cryptographyToolBar" fullWidth="false">
+			<text>Cryptography Toolbar</text>
+			<Action name="encryptionToggle" />
+			<Action name="signToggle" />
+		</ToolBar>
 	</MenuBar>
 </kpartgui>
--- trunk/KDE/kdenetwork/kopete/plugins/cryptography/cryptographyguiclient.cpp #688841:688842
@@ -69,7 +69,7 @@
 
 	m_encAction = new KToggleAction( KIcon("encrypted"), i18n("Encrypt Messages" ), this );
         actionCollection()->addAction( "encryptionToggle", m_encAction );
-	m_signAction = new KToggleAction ( KIcon ("signature"), i18n("Sign Message" ), this );
+	m_signAction = new KToggleAction ( KIcon ("signature"), i18n("Sign Messages" ), this );
 	actionCollection()->addAction ("signToggle", m_signAction );
 	
 	m_encAction->setChecked(wantEncrypt && keysAvailable);
_______________________________________________
kde-docbook mailing list
kde-docbook@kde.org
https://mail.kde.org/mailman/listinfo/kde-docbook
[prev in list] [next in list] [prev in thread] [next in thread] 

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