Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
12 lines
374 B
Diff
12 lines
374 B
Diff
diff --git a/Source/main.cpp b/Source/main.cpp
|
|
index 3e58a381..2e7e4a86 100644
|
|
--- a/Source/main.cpp
|
|
+++ b/Source/main.cpp
|
|
@@ -69,6 +69,7 @@ int main(int argc, char *argv[])
|
|
{
|
|
QApplication a(argc, argv);
|
|
a.setApplicationName("PokeFinder");
|
|
+ a.setDesktopFileName("pokefinder");
|
|
a.setOrganizationName("PokeFinder Team");
|
|
|
|
Q_INIT_RESOURCE(resources);
|