Commit 37da0ee0 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Use 'feh: foo' instead of mixed 'feh: foo' and 'feh - foo' messages

parent b77fdd06
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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));
+1 −1
Original line number Diff line number Diff line
@@ -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