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

List:       kde-commits
Subject:    kdebase/kicker
From:       Stephan Kulow <coolo () kde ! org>
Date:       2005-02-11 13:50:31
Message-ID: 20050211135031.1D3381D246 () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

trying to get the internalization right


  M +2 -1      Makefile.am   1.82
  M +2 -2      share/Makefile.am   1.14
  M +2 -0      share/panelbutton.cpp   1.28
  M +2 -0      share/panner.cpp   1.7
  M +1 -1      taskbar/Makefile.am   1.22


--- kdebase/kicker/Makefile.am  #1.81:1.82
@@ -22,5 +22,6 @@
 messages: rc.cpp
         $(EXTRACTRC) ui/*ui >> rc.cpp
-        $(XGETTEXT) share/*.cpp buttons/*.cpp core/*.cpp ui/*.cpp *.cpp -o \
$(podir)/kicker.pot +        $(EXTRACTRC) core/*.kcfg >> rc.cpp
+        $(XGETTEXT) buttons/*.cpp core/*.cpp ui/*.cpp *.cpp -o $(podir)/kicker.pot
 
 dummy.cpp:

--- kdebase/kicker/share/Makefile.am  #1.13:1.14
@@ -9,6 +9,6 @@
 
 libkickermain_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
-libkickermain_la_LIBADD = $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO)
+libkickermain_la_LIBADD = $(LIB_KIO)
 
-messages:
+messages: rc.cpp
         $(XGETTEXT) *.cpp *.h -o $(podir)/libkicker.pot

--- kdebase/kicker/share/panelbutton.cpp  #1.27:1.28
@@ -38,4 +38,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE 
 #include <kipc.h>
 #include <kstandarddirs.h>
+#include <klocale.h>
 
 #include "global.h"
@@ -63,4 +64,5 @@ PanelButton::PanelButton( QWidget* paren
       m_zoomSize((KIcon::StdSizes)-1)
 {
+    KGlobal::locale()->insertCatalogue("libkicker");
     calculateIconSizes();
     setAcceptDrops(true);

--- kdebase/kicker/share/panner.cpp  #1.6:1.7
@@ -26,4 +26,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE 
 
 #include <karrowbutton.h>
+#include <kglobal.h>
 #include <klocale.h>
 #include <kdebug.h>
@@ -37,4 +38,5 @@ Panner::Panner( QWidget* parent, const c
       _rdSB(0)
 {
+    KGlobal::locale()->insertCatalogue("libkicker");
     setBackgroundOrigin( AncestorOrigin );
     viewport()->setBackgroundOrigin( AncestorOrigin );

--- kdebase/kicker/taskbar/Makefile.am  #1.21:1.22
@@ -13,5 +13,5 @@
 libtaskbar_la_LIBADD = $(LIB_KDEUI) $(LIB_KUTILS) ../share/libkickermain.la \
../taskmanager/libtaskmanager.la  
-messages:
+messages: rc.cpp
         $(XGETTEXT) *.cpp *.h -o $(podir)/libtaskbar.pot
 


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

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