blob: cecb653a9b27e151ea0f49b55e715679831ae814 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-az,v 1.1 2004/01/19 15:52:40 cube Exp $
--- src/main.c.orig 2000-03-06 22:23:06.000000000 +0100
+++ src/main.c
@@ -277,10 +277,10 @@ int main (int argc, char *argv[]) {
/* put anything here to do on the first run */
developer_dialog_create();
error_dialog(
-"Could not load config file.
-Resetting to defaults.
-Click on \"Select Port-Camera Model\"
-in the Configure menu to set your
+"Could not load config file.\n\
+Resetting to defaults.\n\
+Click on \"Select Port-Camera Model\"\n\
+in the Configure menu to set your\n\
camera model and serial port");
}
gtk_main();
|