wok-6.x view ghex/stuff/patches/preferences.c-3.41.1 @ rev 24597

updated ghex (2.24.0 -> 3.41.1)
author Hans-G?nter Theisgen
date Tue Mar 01 17:41:56 2022 +0100 (2022-03-01)
parents
children
line source
1 --- src/preferences.c.orig
2 +++ src/preferences.c
3 @@ -72,10 +72,6 @@
4 GTK_STOCK_CLOSE,
5 GTK_RESPONSE_CLOSE);
7 - gtk_dialog_add_button (GTK_DIALOG (pui->pbox),
8 - GTK_STOCK_HELP,
9 - GTK_RESPONSE_HELP);
10 -
11 g_signal_connect(G_OBJECT(pui->pbox), "response",
12 G_CALLBACK(prefs_response_cb), pui);