diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-04-03 20:38:09 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-03 20:38:09 +0000 |
commit | 9713b368b215b245b5c9d3cc875ea9259a5728c6 (patch) | |
tree | 8d7421680501966975f05501c42e351d5306df8a /gdk/gdk.c | |
parent | aff3329de18cf9948854f096826e3642e81dc56e (diff) | |
download | gtk+-9713b368b215b245b5c9d3cc875ea9259a5728c6.tar.gz |
Here too.
2006-04-03 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk.c: Here too.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r-- | gdk/gdk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ gdk_arg_name_cb (const char *key, const char *value, gpointer user_data, GError return TRUE; } -static GOptionEntry gdk_args[] = { +static const GOptionEntry gdk_args[] = { { "class", 0, 0, G_OPTION_ARG_CALLBACK, gdk_arg_class_cb, /* Description of --class=CLASS in --help output */ N_("Program class as used by the window manager"), /* Placeholder in --class=CLASS in --help output */ N_("CLASS") }, |