Forráskód Böngészése

There is zero reason to capitalize application name

Donald Carr 8 éve
szülő
commit
f9ab65c549
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/main.cpp

+ 1 - 1
src/main.cpp

@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
     QGuiApplication app(argc, argv);
 
     app.setOrganizationName("Chaos Reins");
-    app.setApplicationName("Articulate");
+    app.setApplicationName("artriculate");
 
     QSettings settings;