17 lines
546 B
Plaintext
17 lines
546 B
Plaintext
$OpenBSD: patch-src_gallery_c,v 1.1 2004/05/15 18:37:53 naddy Exp $
|
|
--- src/gallery.c.orig 2004-05-15 19:47:31.000000000 +0200
|
|
+++ src/gallery.c 2004-05-15 19:47:44.000000000 +0200
|
|
@@ -271,9 +271,9 @@ void gallery_main() {
|
|
|
|
if (Thumbnails.next == NULL) {
|
|
error_dialog(
|
|
-"Please retrieve the index first,
|
|
-and select the images to include
|
|
-in the gallery by clicking on them.
|
|
+"Please retrieve the index first,\n\
|
|
+and select the images to include\n\
|
|
+in the gallery by clicking on them.\n\
|
|
Then, re-run the HTML Gallery.");
|
|
return;
|
|
}
|