diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-27 15:14:30 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-27 15:20:15 -0500 |
commit | b8a0f3582b8df8d02643c0ac2522e8df170d9da4 (patch) | |
tree | 27f938175c2ef55828874393540f98e0f5a4377a /gtk/glade | |
parent | 8527fca250be340e0263bd47f5486679685ccc02 (diff) | |
download | gtk+-b8a0f3582b8df8d02643c0ac2522e8df170d9da4.tar.gz |
Update README.glade
Update the README.glade file to use current .ui file
names and locations as example.
Diffstat (limited to 'gtk/glade')
-rw-r--r-- | gtk/glade/README.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/glade/README.glade b/gtk/glade/README.glade index f8c59c5bbf..82576fe7ad 100644 --- a/gtk/glade/README.glade +++ b/gtk/glade/README.glade @@ -6,7 +6,7 @@ In order to edit any composite classes in GTK+, startup Glade in the following way, example: cd /path/to/gtk+/ - GLADE_CATALOG_SEARCH_PATH=`pwd`/gtk/glade glade gtk/gtkfilechooserdefault.ui + GLADE_CATALOG_SEARCH_PATH=`pwd`/gtk/glade glade gtk/ui/gtkfilechooserwidget.ui Documentation for updating this catalog can be found here: https://developer.gnome.org/gladeui/stable/ |