summaryrefslogtreecommitdiff
path: root/gkb/gkb.c
diff options
context:
space:
mode:
authorSzabolcs Ban <bansz@src.gnome.org>1998-08-23 22:33:49 +0000
committerSzabolcs Ban <bansz@src.gnome.org>1998-08-23 22:33:49 +0000
commitb3d17c4c51b95b5a2d268783dcef99883dc56737 (patch)
tree8deb9984058f204ed87a1c1f2ae9af7aca2cb3e4 /gkb/gkb.c
parent46d14413fd194a0ea641e1c0a760ca9ef91d0935 (diff)
A working one.
Diffstat (limited to 'gkb/gkb.c')
-rw-r--r--gkb/gkb.c20
1 files changed, 12 insertions, 8 deletions
diff --git a/gkb/gkb.c b/gkb/gkb.c
index e7a9bec66..f908c5318 100644
--- a/gkb/gkb.c
+++ b/gkb/gkb.c
@@ -1,4 +1,6 @@
-/* gkb.c - The gkb keyboard map changer wired (it will change) hu and us keymap
+/* gkb.c - The gkb keyboard map changer (setxkbmap frontend) for GNOME panel
+ * Written by Szabolcs Ban <bansz@szif.hu>
+ * Thanx for help to Neko <neko@kornel.szif.hu>
*/
#include <config.h>
@@ -13,9 +15,11 @@
gkb_properties pr;
-static GtkWidget *pixmap;
+gint curpix = 0;
+
+GtkWidget *pixmap;
+
static GtkWidget *applet;
-static gint curpix = 0;
static gint
gkb_clicked_cb(GtkWidget * widget, GdkEventButton * e,
@@ -86,16 +90,16 @@ about_cb (AppletWidget *widget, gpointer data)
static const char *authors[] = { "Shooby Ban <bansz@szif.hu>", NULL };
- about = gnome_about_new (_("The GNOME KB Applet"), _("0.1"),
+ about = gnome_about_new (_("The GNOME KB Applet"), _("0.28"),
_("(C) 1998 LSC - Linux Supporting Center"),
authors,
_("This applet used to switch between "
"keyboard maps. No more. It uses "
- "setxkbmap. This is a very simple "
- "alpha code, will be continued. "
+ "setxkbmap. "
"The main site of this app moved "
- "tempolary to URL "
- "http://lsc.kva.hu/gkb."
+ "tempolary to URL http://lsc.kva.hu/gkb."
+ "Mail me your flag, please (60x40 size),"
+ "I will put it to CVS."
),
_("gkb.xpm"));
gtk_widget_show (about);