[Xfce4-commits] <terminal:master> Use PACKAGE_NAME instead of PACKAGE_STRING.

Nick Schermer noreply at xfce.org
Mon Dec 14 16:24:06 CET 2009


Updating branch refs/heads/master
         to 6fd9bf5759b9229e74846a11040ad90f4daf623a (commit)
       from ccc905e6b5ac542b4af1b7a97eb00978e54e1314 (commit)

commit 6fd9bf5759b9229e74846a11040ad90f4daf623a
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Dec 10 16:26:29 2009 +0100

    Use PACKAGE_NAME instead of PACKAGE_STRING.
    
    Latter also contains the version, whoops.

 terminal/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/terminal/main.c b/terminal/main.c
index 383d018..fb70284 100644
--- a/terminal/main.c
+++ b/terminal/main.c
@@ -91,10 +91,10 @@ main (int argc, char **argv)
     }
   else if (G_UNLIKELY (show_help))
     {
-      if (!g_spawn_command_line_sync ("man "PACKAGE_STRING, NULL, NULL, &n, NULL))
+      if (!g_spawn_command_line_sync ("man "PACKAGE_NAME, NULL, NULL, &n, NULL))
         {
           g_print (_("For help on the command line options view the %s "
-                     "manual page or HTML documentation."), PACKAGE_STRING);
+                     "manual page or HTML documentation."), PACKAGE_NAME);
         }
 
       return n;



More information about the Xfce4-commits mailing list