← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~jr/plasma-widget-message-indicator/trunk into lp:plasma-widget-message-indicator

 

Jonathan Riddell has proposed merging lp:~jr/plasma-widget-message-indicator/trunk into lp:plasma-widget-message-indicator.

Requested reviews:
  Aurélien Gâteau (agateau)
Related bugs:
  #633432 wrong translation domain generated
  https://bugs.launchpad.net/bugs/633432


create the correct translation domain
-- 
https://code.launchpad.net/~jr/plasma-widget-message-indicator/trunk/+merge/34892
Your team ayatana-commits is subscribed to branch lp:plasma-widget-message-indicator.
=== modified file 'Messages.sh'
--- Messages.sh	2010-01-15 10:26:42 +0000
+++ Messages.sh	2010-09-08 18:53:39 +0000
@@ -1,3 +1,3 @@
 #! /bin/sh
 $EXTRACTRC `find src -name "*.ui" -o -name "*.rc" -o -name "*.kcfg" ` >> rc.cpp
-$XGETTEXT `find src -name "*.cpp" -o -name "*.h"` -o $podir/plasma_applet_message_indicator.pot
+$XGETTEXT `find src -name "*.cpp" -o -name "*.h"` -o $podir/plasma_applet_message-indicator.pot


Follow ups