]> Dogcows Code - chaz/tint2/blobdiff - src/tint2conf/main.c
tint2conf : follow freedesktop icon theme specification
[chaz/tint2] / src / tint2conf / main.c
index 66ac917f37bd88bf26d0199f775ebe1d5d126149..2d65a193c36d3491f10837f89f99680bc54998d4 100644 (file)
@@ -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 */
This page took 0.018137 seconds and 4 git commands to generate.