From 68b2ab52c83bf74cf459b0163244a2dcbf630b35 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 12 Sep 2026 15:28:43 +0200 Subject: [PATCH] Update main.cpp --- cockatrice/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/main.cpp b/cockatrice/src/main.cpp index e5806a52c..829e08742 100644 --- a/cockatrice/src/main.cpp +++ b/cockatrice/src/main.cpp @@ -350,7 +350,7 @@ int main(int argc, char *argv[]) qCInfo(MainLog) << "MainWindow constructor finished"; ui.setWindowIcon(themePixmap(QStringLiteral("cockatrice"))); - // set name of the app desktop file; used by wayland to load the window icon + // Set name of the app desktop file; used by wayland to load the window icon QGuiApplication::setDesktopFileName("Cockatrice"); SettingsCache::instance().network().setClientID(generateClientID());