[ekiga] Added another case for the translation "ui-less icon -> gtk+ icon"
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Added another case for the translation "ui-less icon -> gtk+ icon"
- Date: Tue, 26 Jun 2012 12:37:33 +0000 (UTC)
commit 05676be6b3c340bd3d850c8f1687631657158d7a
Author: Julien Puydt <jpuydt free fr>
Date: Tue Jun 26 14:22:52 2012 +0200
Added another case for the translation "ui-less icon -> gtk+ icon"
lib/engine/gui/gtk-core/menu-builder-gtk.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/gui/gtk-core/menu-builder-gtk.cpp b/lib/engine/gui/gtk-core/menu-builder-gtk.cpp
index 88b17bf..4565708 100644
--- a/lib/engine/gui/gtk-core/menu-builder-gtk.cpp
+++ b/lib/engine/gui/gtk-core/menu-builder-gtk.cpp
@@ -64,6 +64,8 @@ convert_icon_to_gtk (const std::string icon)
result = "gtk-remove";
if (icon == "search")
result = "gtk-search";
+ if (icon == "refresh")
+ result = "gtk-refresh";
return result;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]