From 37da0ee03304cfd47094c747d64d23b33ef47e55 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 25 Jan 2012 00:04:59 +0100 Subject: Use 'feh: foo' instead of mixed 'feh: foo' and 'feh - foo' messages --- src/collage.c | 6 +++--- src/options.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/collage.c b/src/collage.c index 076aff2..a7ae44e 100644 --- a/src/collage.c +++ b/src/collage.c @@ -66,7 +66,7 @@ void init_collage_mode(void) if (bg_im) { if (opt.verbose) fputs(PACKAGE - " - No size restriction specified for collage.\n" + ": No size restriction specified for collage.\n" " You did specify a background however, so the\n" " collage size has defaulted to the size of the image\n", stdout); @@ -75,7 +75,7 @@ void init_collage_mode(void) } else { if (opt.verbose) fputs(PACKAGE - " - No size restriction specified for collage.\n" + ": No size restriction specified for collage.\n" " - For collage mode, you need to specify width and height.\n" " Using defaults (width 800, height 600)\n", stdout); @@ -199,7 +199,7 @@ void init_collage_mode(void) tw = gib_imlib_image_get_width(im_main); th = gib_imlib_image_get_height(im_main); - fprintf(stdout, PACKAGE " - File saved as %s\n", output_buf); + fprintf(stdout, PACKAGE ": File saved as %s\n", output_buf); fprintf(stdout, " - Image is %dx%d pixels and contains %d thumbnails\n", tw, th, (tw / opt.thumb_w) * (th / opt.thumb_h)); diff --git a/src/options.c b/src/options.c index 0ef4a06..89f5e71 100644 --- a/src/options.c +++ b/src/options.c @@ -795,7 +795,7 @@ static void show_version(void) void show_mini_usage(void) { - fputs(PACKAGE " - No loadable images specified.\n" + fputs(PACKAGE ": No loadable images specified.\n" #ifdef INCLUDE_HELP "See '" PACKAGE " --help' or 'man " PACKAGE "' for detailed usage information\n", #else -- cgit v1.2.3