[gthumb] reverted wrong change to the property view
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] reverted wrong change to the property view
- Date: Sat, 30 Apr 2011 20:20:32 +0000 (UTC)
commit fe9dc6cf96349e96f57cd23dee99be67a7318b98
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Apr 30 22:19:50 2011 +0200
reverted wrong change to the property view
gthumb/gth-file-properties.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-file-properties.c b/gthumb/gth-file-properties.c
index de7412a..ae03162 100644
--- a/gthumb/gth-file-properties.c
+++ b/gthumb/gth-file-properties.c
@@ -133,7 +133,7 @@ gth_file_properties_real_set_file (GthPropertyView *base,
g_free (value);
value = tmp_value;
}
- tooltip = g_markup_printf_escaped ("%s: %s", _(info->id), value);
+ tooltip = g_markup_printf_escaped ("%s: %s", _(info->display_name), value);
category = g_hash_table_lookup (category_hash, info->category);
if (category == NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]