diff options
author | Felix Riemann <[email protected]> | 2013-10-30 19:27:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-26 00:45:21 +0200 |
commit | f965eb23880167ea4889c6043b1d46b312aebe76 (patch) | |
tree | 0a53c0c6306406473e2da64a04bdc6c8f71ef1fe /data | |
parent | 4e20a6d4d5e52a23e3b270a2f4581782ac5e227e (diff) | |
download | eom-f965eb23880167ea4889c6043b1d46b312aebe76.tar.bz2 eom-f965eb23880167ea4889c6043b1d46b312aebe76.tar.xz |
EomPropertiesDialog: Separate Exif/XMP-specific widgets from generic ones
This is just renaming a few widgets.
https://bugzilla.gnome.org/show_bug.cgi?id=509406
origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/04d53c3
Diffstat (limited to 'data')
-rw-r--r-- | data/eom-image-properties-dialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/eom-image-properties-dialog.ui b/data/eom-image-properties-dialog.ui index 3c54692..fc750e0 100644 --- a/data/eom-image-properties-dialog.ui +++ b/data/eom-image-properties-dialog.ui @@ -424,7 +424,7 @@ </packing> </child> <child> - <object class="GtkBox" id="exif_box"> + <object class="GtkBox" id="metadata_box"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> @@ -926,7 +926,7 @@ </packing> </child> <child> - <object class="GtkExpander" id="exif_details_expander"> + <object class="GtkExpander" id="metadata_details_expander"> <property name="visible">True</property> <property name="can_focus">True</property> <child> |