gimp r25947 - in trunk: . app/dialogs
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25947 - in trunk: . app/dialogs
- Date: Fri, 13 Jun 2008 17:44:28 +0000 (UTC)
Author: neo
Date: Fri Jun 13 17:44:28 2008
New Revision: 25947
URL: http://svn.gnome.org/viewvc/gimp?rev=25947&view=rev
Log:
2008-06-13 Sven Neumann <sven gimp org>
* app/dialogs/preferences-dialog.c: added a preliminary user
interface to control the 'user-manual-online' property.
Modified:
trunk/ChangeLog
trunk/app/dialogs/preferences-dialog.c
Modified: trunk/app/dialogs/preferences-dialog.c
==============================================================================
--- trunk/app/dialogs/preferences-dialog.c (original)
+++ trunk/app/dialogs/preferences-dialog.c Fri Jun 13 17:44:28 2008
@@ -1797,6 +1797,18 @@
_("Show help _buttons"),
GTK_BOX (vbox2));
+ {
+ GtkWidget *combo;
+
+ table = prefs_table_new (1, GTK_CONTAINER (vbox2));
+ combo = prefs_boolean_combo_box_add (object, "user-manual-online",
+ _("Use the online version"),
+ _("Use a locally installed copy"),
+ _("User manual:"),
+ GTK_TABLE (table), 0, size_group);
+ gimp_help_set_help_data (combo, NULL, NULL);
+ }
+
/* Help Browser */
vbox2 = prefs_frame_new (_("Help Browser"), GTK_CONTAINER (vbox), FALSE);
table = prefs_table_new (1, GTK_CONTAINER (vbox2));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]