GTK: Use correct icon name
a8e581dcf3
renamed it, but it never got
updated in the UI.
This commit is contained in:
parent
8708460666
commit
7de7d6c1c5
|
@ -1541,7 +1541,7 @@ static void About(GSimpleAction *action, GVariant *parameter, gpointer user_data
|
||||||
"program-name", "DeSmuME",
|
"program-name", "DeSmuME",
|
||||||
"version", EMU_DESMUME_VERSION_STRING() + 1, // skip space
|
"version", EMU_DESMUME_VERSION_STRING() + 1, // skip space
|
||||||
"website", "http://desmume.org",
|
"website", "http://desmume.org",
|
||||||
"logo-icon-name", "DeSmuME",
|
"logo-icon-name", "org.desmume.DeSmuME",
|
||||||
"comments", "Nintendo DS emulator based on work by Yopyop",
|
"comments", "Nintendo DS emulator based on work by Yopyop",
|
||||||
"authors", authors,
|
"authors", authors,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
Loading…
Reference in New Issue