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

List:       kde-commits
Subject:    kdepim/plugins/kmail/bodypartformatter
From:       Lukáš Tinkl <lukas () kde ! org>
Date:       2004-07-08 12:56:26
Message-ID: 20040708125626.B6FE516B22 () office ! kde ! org
[Download RAW message or body]

CVS commit by lukas: 

what about a translation or two? :)


  M +4 -0      Makefile.am   1.9
  M +1 -0      text_calendar.cpp   1.18
  M +1 -0      text_vcard.cpp   1.12


--- kdepim/plugins/kmail/bodypartformatter/Makefile.am  #1.8:1.9
@@ -30,2 +30,6 @@
 
 KDE_ICON = AUTO
+
+messages:
+        $(XGETTEXT) text_vcard.cpp -o $(podir)/kmail_text_vcard_plugin.pot
+        $(XGETTEXT) text_calendar.cpp -o $(podir)/kmail_text_calendar_plugin.pot

--- kdepim/plugins/kmail/bodypartformatter/text_calendar.cpp  #1.17:1.18
@@ -644,4 +644,5 @@ KMail::Interface::BodyPartFormatterPlugi
 libkmail_bodypartformatter_text_calendar_create_bodypart_formatter_plugin()
 {
+  KGlobal::locale()->insertCatalogue( "kmail_text_calendar_plugin" );
   return new Plugin();
 }

--- kdepim/plugins/kmail/bodypartformatter/text_vcard.cpp  #1.11:1.12
@@ -156,4 +156,5 @@ extern "C"
 KMail::Interface::BodyPartFormatterPlugin *
 libkmail_bodypartformatter_text_vcard_create_bodypart_formatter_plugin() {
+  KGlobal::locale()->insertCatalogue( "kmail_text_vcard_plugin" );
   return new Plugin();
 }


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

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