aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'launcher')
-rw-r--r--launcher/Application.cpp2
-rw-r--r--launcher/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index cbfdcbe2..2d0c0834 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1148,7 +1148,7 @@ void Application::setIconTheme(const QString& name)
QIcon Application::getThemedIcon(const QString& name)
{
if(name == "logo") {
- return QIcon(":/logo.svg");
+ return QIcon(":/polymc.svg");
}
return XdgIcon::fromTheme(name);
}
diff --git a/launcher/main.cpp b/launcher/main.cpp
index aabb5a06..8b572743 100644
--- a/launcher/main.cpp
+++ b/launcher/main.cpp
@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
Q_INIT_RESOURCE(multimc);
Q_INIT_RESOURCE(backgrounds);
Q_INIT_RESOURCE(documents);
- Q_INIT_RESOURCE(logo);
+ Q_INIT_RESOURCE(polymc);
Q_INIT_RESOURCE(pe_dark);
Q_INIT_RESOURCE(pe_light);