From 6276fdfc8a78cad4fd16911eb7cffeeca8a2db70 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 8 Sep 2006 16:04:09 +0000 Subject: [PATCH] added GUI for "space-bar-action". 2006-09-08 Sven Neumann * app/dialogs/preferences-dialog.c: added GUI for "space-bar-action". --- ChangeLog | 4 ++++ app/dialogs/preferences-dialog.c | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 84d7df30e9..678bc46e21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-08 Sven Neumann + + * app/dialogs/preferences-dialog.c: added GUI for "space-bar-action". + 2006-09-08 Michael Natterer * app/paint/gimpperspectiveclone.c (gimp_perspective_clone_motion): diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c index 6382d61ecb..38500a6ca0 100644 --- a/app/dialogs/preferences-dialog.c +++ b/app/dialogs/preferences-dialog.c @@ -1974,6 +1974,16 @@ prefs_dialog_new (Gimp *gimp, _("Initial zoom _ratio:"), GTK_TABLE (table), 0, size_group); + /* Space Bar */ + vbox2 = prefs_frame_new (_("Space Bar"), + GTK_CONTAINER (vbox), FALSE); + + table = prefs_table_new (1, GTK_CONTAINER (vbox2)); + + prefs_enum_combo_box_add (object, "space-bar-action", 0, 0, + _("Action bound to the space bar:"), + GTK_TABLE (table), 0, size_group); + /* Mouse Pointers */ vbox2 = prefs_frame_new (_("Mouse Pointers"), GTK_CONTAINER (vbox), FALSE);