tint2conf: Fix window and about icons
This commit is contained in:
parent
6f49df9612
commit
290ab2dfed
1 changed files with 3 additions and 3 deletions
|
@ -230,7 +230,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
g_set_application_name(_("tint2conf"));
|
g_set_application_name(_("tint2conf"));
|
||||||
gtk_window_set_default_icon_name("taskbar");
|
gtk_window_set_default_icon_name("tint2conf");
|
||||||
|
|
||||||
// config file uses '.' as decimal separator
|
// config file uses '.' as decimal separator
|
||||||
setlocale(LC_NUMERIC, "POSIX");
|
setlocale(LC_NUMERIC, "POSIX");
|
||||||
|
@ -326,10 +326,10 @@ static void menuAbout()
|
||||||
"version",
|
"version",
|
||||||
VERSION_STRING,
|
VERSION_STRING,
|
||||||
"copyright",
|
"copyright",
|
||||||
_("Copyright 2009-2015 tint2 team\nTint2 License GNU GPL version 2\nTintwizard License GNU "
|
_("Copyright 2009-2017 tint2 team\nTint2 License GNU GPL version 2\nTintwizard License GNU "
|
||||||
"GPL version 3"),
|
"GPL version 3"),
|
||||||
"logo-icon-name",
|
"logo-icon-name",
|
||||||
"taskbar",
|
"tint2conf",
|
||||||
"authors",
|
"authors",
|
||||||
authors,
|
authors,
|
||||||
/* Translators: translate "translator-credits" as your name to have it appear in the credits
|
/* Translators: translate "translator-credits" as your name to have it appear in the credits
|
||||||
|
|
Loading…
Reference in a new issue