GTK: Use correct icon name

a8e581dcf3 renamed it, but it never got
updated in the UI.
This commit is contained in:
Emmanuel Gil Peyrot 2020-11-18 21:28:29 +01:00
parent 8708460666
commit 7de7d6c1c5
1 changed files with 1 additions and 1 deletions

View File

@ -1541,7 +1541,7 @@ static void About(GSimpleAction *action, GVariant *parameter, gpointer user_data
"program-name", "DeSmuME",
"version", EMU_DESMUME_VERSION_STRING() + 1, // skip space
"website", "http://desmume.org",
"logo-icon-name", "DeSmuME",
"logo-icon-name", "org.desmume.DeSmuME",
"comments", "Nintendo DS emulator based on work by Yopyop",
"authors", authors,
NULL);