summaryrefslogtreecommitdiff
blob: 3453855e3663c2a299be138daafecf24d05cd393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
--- src/gm-interface.c.orig	2004-11-22 06:12:04.557354936 +0930
+++ src/gm-interface.c	2004-11-22 06:13:30.945830832 +0930
@@ -838,8 +838,6 @@
                 stop_emit =  TRUE;
                 break;
             }
-
-        default:
         }
     }
     if (connection->key_mode == APP_COMMAND_MODE && !stop_emit && npage_data && npage_data->type == GM_NPAGE_BROWSER) {
@@ -857,7 +855,6 @@
                 stop_emit =  TRUE;
                 break;
             }
-        default:
         }
     }
 
--- src/gm-print.h.orig	2004-11-22 06:12:20.314568416 +0930
+++ src/gm-print.h	2004-11-22 06:12:50.265015256 +0930
@@ -149,7 +149,8 @@
 
 
 
-#endif # gnome-print-support
+#endif
+/* gnome-print-support */
 void gm_print (void * ignore, GmConnection * connection);
 void gm_print_preview (void * ignore, GmConnection * connection);
 
--- plugins/exporter/csv/csv.glade.h.orig	2004-12-05 10:36:46.619777608 +0930
+++ plugins/exporter/csv/csv.glade.h	2004-12-05 10:36:56.183323728 +0930
@@ -1,9 +1,3 @@
-/*
- * Datei f�r �bersetzbare Zeichenketten, erzeugt durch Glade.
- * F�gen Sie diese Datei zur POTFILES.in Ihres Projektes hinzu.
- * Compilieren Sie sie NICHT als Teil Ihrer Anwendung.
- */
-
 gchar *s = N_("Csv-Plugin : Text structured export");
 gchar *s = N_("Customize the export format. The line terminator is the character sequence used for terminating a line in the text file. Whether the quote character is placed around cells depends on the value chosen for quoting.");
 gchar *s = N_("Line termination :");