Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gcompris/properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcompris/properties.h')
-rw-r--r--src/gcompris/properties.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gcompris/properties.h b/src/gcompris/properties.h
index 4549633..06e93fa 100644
--- a/src/gcompris/properties.h
+++ b/src/gcompris/properties.h
@@ -1,6 +1,6 @@
/* gcompris - properties.h
*
- * Time-stamp: <2006/06/26 22:25:02 bruno>
+ * Time-stamp: <2006/08/10 14:15:38 bruno>
*
* Copyright (C) 2000 Bruno Coudoin
*
@@ -58,6 +58,7 @@ typedef struct {
gchar *default_context;
gint experimental;
gchar *menu_position;
+ gchar *server;
} GcomprisProperties;
GcomprisProperties *gcompris_get_properties (void);