19 lines
603 B
Text
19 lines
603 B
Text
$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();
|