X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Ftint2conf%2Fmain.c;h=2d65a193c36d3491f10837f89f99680bc54998d4;hp=66ac917f37bd88bf26d0199f775ebe1d5d126149;hb=f9b3fb96571db1b9f67000a907e540888097cf11;hpb=1c1cfea95e549170ede1eaf05240b935aa2186a9 diff --git a/src/tint2conf/main.c b/src/tint2conf/main.c index 66ac917..2d65a19 100644 --- a/src/tint2conf/main.c +++ b/src/tint2conf/main.c @@ -132,6 +132,8 @@ int main (int argc, char ** argv) g_thread_init( NULL ); read_config(); initTheme(); + g_set_application_name (_("tint2conf")); + gtk_window_set_default_icon_name("taskbar"); // define main layout : container, menubar, toolbar g_window = gtk_window_new (GTK_WINDOW_TOPLEVEL); @@ -185,7 +187,7 @@ static void menuAbout() "comments", _("Theming tool for tint2 panel"), "version", VERSION_STRING, "copyright", _("Copyright 2009 tint2 team\nTint2 License GNU GPL version 2\nTintwizard License GNU GPL version 3"), - "logo-icon-name", NULL, "authors", authors, + "logo-icon-name", "taskbar", "authors", authors, /* Translators: translate "translator-credits" as your name to have it appear in the credits in the "About" dialog */