mirror of https://github.com/snes9xgit/snes9x.git
GTK+: Match filenames and appname to snes9x-gtk.
This will help environments match the desktop file with the executable easier. The visible name stays just Snes9x.
This commit is contained in:
parent
84dbdfd498
commit
6b376cf8f4
|
@ -1,5 +1,5 @@
|
|||
install_data('../../data/cheats.bml', install_dir: appdatadir)
|
||||
install_data('snes9x.desktop', install_dir: join_paths(datadir, 'applications'))
|
||||
install_data('snes9x-gtk.desktop', install_dir: join_paths(datadir, 'applications'))
|
||||
|
||||
hicolor = join_paths(datadir, 'icons', 'hicolor')
|
||||
install_data('snes9x_16x16.png', install_dir: hicolor, rename: '16x16/apps/snes9x.png')
|
||||
|
|
|
@ -39,7 +39,7 @@ int main (int argc, char *argv[])
|
|||
|
||||
gtk_init (&argc, &argv);
|
||||
|
||||
g_set_prgname ("snes9x");
|
||||
g_set_prgname ("snes9x-gtk");
|
||||
g_set_application_name ("Snes9x");
|
||||
|
||||
setlocale (LC_ALL, "");
|
||||
|
|
Loading…
Reference in New Issue