[gthumb] updated POTFILES.in and added the istructions on how to update it



commit aba91ec75ea371e12304c7ad26cb272beb1f5f9c
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Nov 24 10:01:24 2011 +0100

    updated POTFILES.in and added the istructions on how to update it

 po/POTFILES.in        |    9 ++++++++-
 po/update-potfiles.sh |    5 ++++-
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3ff3013..6d56b20 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,8 @@
-# DO NOT EDIT.  This file is automatically generated.
 # List of source files which contain translatable strings.
+#
+# DO NOT EDIT.  This file is automatically generated, to
+# update the content run the following command:
+# sh update-potfiles.sh > POTFILES.in
 [encoding: UTF-8]
 copy-n-paste/eggdesktopfile.c
 copy-n-paste/eggdesktopfile.h
@@ -661,6 +664,8 @@ gthumb/gsignature.c
 gthumb/gsignature.h
 gthumb/gth-async-task.c
 gthumb/gth-async-task.h
+gthumb/gth-auto-paned.c
+gthumb/gth-auto-paned.h
 gthumb/gth-browser-actions-callbacks.c
 gthumb/gth-browser-actions-callbacks.h
 gthumb/gth-browser-actions-entries.h
@@ -711,6 +716,8 @@ gthumb/gth-filter-file.h
 gthumb/gth-filter.h
 gthumb/gth-folder-tree.c
 gthumb/gth-folder-tree.h
+gthumb/gth-grid-view.c
+gthumb/gth-grid-view.h
 gthumb/gth-histogram.c
 gthumb/gth-histogram.h
 gthumb/gth-histogram-view.c
diff --git a/po/update-potfiles.sh b/po/update-potfiles.sh
index 9fdf00e..5cb5ee5 100644
--- a/po/update-potfiles.sh
+++ b/po/update-potfiles.sh
@@ -1,7 +1,10 @@
 #!/bin/sh
 
-echo "# DO NOT EDIT.  This file is automatically generated."
 echo "# List of source files which contain translatable strings."
+echo "#"
+echo "# DO NOT EDIT.  This file is automatically generated, to"
+echo "# update the content run the following command:"
+echo "# sh update-potfiles.sh > POTFILES.in"
 echo "[encoding: UTF-8]"
 files=`find .. \( -name '*.c' -o -name '*.h' -o -name '*.cpp' -o -name '*.ui' -o -name '*.schemas.in' -o -name "*.gschema.xml.in" -o -name '*.desktop.in.in' -o -name '*.extension.in.in' \) -printf "%P\n" | sort`
 for f in $files; do



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