[mousetweaks] Make .ui files translatable strings extracted



commit 1c72c687bb765d0f8736b409d130af40a5b6a265
Author: Claude Paroz <claude 2xlibre net>
Date:   Fri May 29 21:03:14 2009 +0200

    Make .ui files translatable strings extracted
    
    intltool does not extract strings from .ui files unless the files
    are prefixed with gettext/glade in POTFILES.in.
---
 po/POTFILES.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in
index aeefd44..1be8e35 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
-data/dwell-click-applet.ui
-data/pointer-capture-applet.ui
-data/mousetweaks.ui
+[type: gettext/glade]data/dwell-click-applet.ui
+[type: gettext/glade]data/pointer-capture-applet.ui
+[type: gettext/glade]data/mousetweaks.ui
 data/DwellClick_Factory.server.in.in
 data/PointerCapture_Factory.server.in.in
 data/DwellClick.xml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]