summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d5806cb..9ae6896 100644
--- a/src/main.c
+++ b/src/main.c
@@ -418,7 +418,7 @@ main (int argc, char **argv)
};
FakeApp *app;
GError* error = NULL;
- char *device = PKGDATADIR "/ipaq4700.xml";
+ char *device = PKGDATADIR "/generic.xml";
context = g_option_context_new ("");
g_option_context_set_description (context, _("Xoo is a graphical wrapper around Xnest"));