[Xfce4-commits] <tumbler:master> Uppercase RAW in strings.

Nick Schermer noreply at xfce.org
Thu Nov 3 17:04:06 CET 2011


Updating branch refs/heads/master
         to 1e95f74d81437b66cc5bddfb6271fcd343ecc27b (commit)
       from 848e62fc72259aeda1469f959ec8872a56cfc96f (commit)

commit 1e95f74d81437b66cc5bddfb6271fcd343ecc27b
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Nov 3 17:02:30 2011 +0100

    Uppercase RAW in strings.

 acinclude.m4                                     |    4 ++--
 configure.ac                                     |    4 ++--
 plugins/raw-thumbnailer/raw-thumbnailer-plugin.c |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index a61bf3a..9841563 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -223,7 +223,7 @@ dnl Check whether to build and install the libopenraw thumbnailer plugin.
 dnl
 AC_DEFUN([TUMBLER_RAW_THUMBNAILER],
 [
-AC_ARG_ENABLE([raw-thumbnailer], [AC_HELP_STRING([--disable-raw-thumbnailer], [Don't build the Raw video thumbnailer plugin])],
+AC_ARG_ENABLE([raw-thumbnailer], [AC_HELP_STRING([--disable-raw-thumbnailer], [Don't build the RAW image thumbnailer plugin])],
   [ac_tumbler_raw_thumbnailer=$enableval], [ac_tumbler_raw_thumbnailer=yes])
 if test x"$ac_tumbler_raw_thumbnailer" = x"yes"; then
   dnl Check for gdk-pixbuf
@@ -234,7 +234,7 @@ if test x"$ac_tumbler_raw_thumbnailer" = x"yes"; then
   ], [ac_tumbler_raw_thumbnailer=no])
 fi
 
-AC_MSG_CHECKING([whether to build the Raw thumbnailer plugin])
+AC_MSG_CHECKING([whether to build the RAW image thumbnailer plugin])
 AM_CONDITIONAL([TUMBLER_RAW_THUMBNAILER], [test x"$ac_tumbler_raw_thumbnailer" = x"yes"])
 AC_MSG_RESULT([$ac_tumbler_raw_thumbnailer])
 ])
diff --git a/configure.ac b/configure.ac
index 7198cd1..468c2b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -245,9 +245,9 @@ else
 echo "  * PDF/PS thumbnailer plugin using poppler:          no"
 fi
 if test x"$ac_tumbler_raw_thumbnailer" = x"yes"; then
-echo "  * Raw thumbnailer plugin using libopenraw:          yes"
+echo "  * RAW thumbnailer plugin using libopenraw:          yes"
 else
-echo "  * Raw thumbnailer plugin using libopenraw:          no"
+echo "  * RAW thumbnailer plugin using libopenraw:          no"
 fi
 if test x"$ac_tumbler_xdg_cache" = x"yes"; then
 echo "  * Freedesktop.org cache plugin:                     yes"
diff --git a/plugins/raw-thumbnailer/raw-thumbnailer-plugin.c b/plugins/raw-thumbnailer/raw-thumbnailer-plugin.c
index 0be36ca..ff68408 100644
--- a/plugins/raw-thumbnailer/raw-thumbnailer-plugin.c
+++ b/plugins/raw-thumbnailer/raw-thumbnailer-plugin.c
@@ -59,7 +59,7 @@ tumbler_plugin_initialize (TumblerProviderPlugin *plugin)
     }
 
 #ifdef DEBUG
-  g_message (_("Initializing the Tumbler Raw Thumbnailer plugin"));
+  g_message (_("Initializing the Tumbler RAW Thumbnailer plugin"));
 #endif
 
   /* register the types provided by this plugin */
@@ -76,7 +76,7 @@ void
 tumbler_plugin_shutdown (void)
 {
 #ifdef DEBUG
-  g_message (_("Shutting down the Tumbler Raw Thumbnailer plugin"));
+  g_message (_("Shutting down the Tumbler RAW Thumbnailer plugin"));
 #endif
 }
 


More information about the Xfce4-commits mailing list