summaryrefslogtreecommitdiff
path: root/graphics/gphoto/patches/patch-ao
blob: 37cdb12a0f82b34ce85a964ef7f114d748e548b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ao,v 1.1 2004/01/19 15:52:40 cube Exp $

--- directory/directory.c.orig	1999-07-02 01:11:05.000000000 +0200
+++ directory/directory.c
@@ -206,12 +206,12 @@ char *dir_summary() {
 static char *dir_description() {
 
 	return(
-"Browse Directory\nScott Fritzinger <scottf@unr.edu>
-Allows the user to \"open\" a directory of
-images and all gPhoto functions will work
-on those images (HTML Gallery, etc...)\n
-This will not work in command-line mode,
-due to the high amount of input needed
+"Browse Directory\nScott Fritzinger <scottf@unr.edu> \
+Allows the user to \"open\" a directory of \
+images and all gPhoto functions will work \
+on those images (HTML Gallery, etc...)\n\
+This will not work in command-line mode, \
+due to the high amount of input needed \
 to set it up.");
 
 }