biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / games / pokefinder / set-desktop-file-name.patch
blobe22046f6fd0aa02ec5697f54075ad60f7cbca0a8
1 diff --git a/Source/main.cpp b/Source/main.cpp
2 index 3e58a381..2e7e4a86 100644
3 --- a/Source/main.cpp
4 +++ b/Source/main.cpp
5 @@ -69,6 +69,7 @@ int main(int argc, char *argv[])
7 QApplication a(argc, argv);
8 a.setApplicationName("PokeFinder");
9 + a.setDesktopFileName("pokefinder");
10 a.setOrganizationName("PokeFinder Team");
12 Q_INIT_RESOURCE(resources);