[gtranslator] set_default_icon_name with the real APPID
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator] set_default_icon_name with the real APPID
- Date: Mon, 29 Oct 2018 16:59:30 +0000 (UTC)
commit ca87d8608a5f09e7faffdec4d17889a07c122b85
Author: Daniel GarcĂa Moreno <danigm wadobo com>
Date: Mon Oct 29 17:57:35 2018 +0100
set_default_icon_name with the real APPID
src/gtr-application.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtr-application.c b/src/gtr-application.c
index 38fbcf7a..1611e5d5 100644
--- a/src/gtr-application.c
+++ b/src/gtr-application.c
@@ -553,7 +553,7 @@ gtr_application_startup (GApplication *application)
G_APPLICATION_CLASS (gtr_application_parent_class)->startup (application);
g_set_application_name (_("Translation Editor"));
- gtk_window_set_default_icon_name ("Gtranslator");
+ gtk_window_set_default_icon_name (PACKAGE_APPID);
/* We set the default icon dir */
gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]