Skip to content

Commit bacb5bd

Browse files
committed
Make the About dialog path labels (e.g. GNC_BIN) selectable for copying.
1 parent 2057599 commit bacb5bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gnucash/gnome-utils/gnc-main-window.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5295,6 +5295,7 @@ add_about_paths (GtkDialog *dialog)
52955295
{
52965296
gchar *env_name = g_strconcat (ep.env_name, ":", NULL);
52975297
GtkWidget *label = gtk_label_new (env_name);
5298+
gtk_label_set_selectable (GTK_LABEL (label), TRUE);
52985299
const gchar *uri = gnc_uri_create_uri ("file", NULL, 0, NULL, NULL, ep.env_path);
52995300
gchar *display_uri = gnc_doclink_get_unescaped_just_uri (uri);
53005301
GtkWidget *widget = gtk_link_button_new_with_label (uri, display_uri);

0 commit comments

Comments
 (0)