From 3fd59461630b4b67202734a0307d3d520a3cbc05 Mon Sep 17 00:00:00 2001 From: Martin Klapetek Date: Wed, 20 Aug 2014 23:30:15 +0200 Subject: [PATCH] [shell/osd] Fix an icon filename typo --- shell/osd.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell/osd.cpp b/shell/osd.cpp index 1ad4f11fc..a2bee29f4 100644 --- a/shell/osd.cpp +++ b/shell/osd.cpp @@ -97,8 +97,7 @@ void Osd::mediaPlayerVolumeChanged(int percent, const QString &playerName, const void Osd::kbdLayoutChanged(const QString &layoutName) { - //FIXME: need a kbd icon - showText(QStringLiteral("keyboad-layout"), layoutName); + showText(QStringLiteral("keyboard-layout"), layoutName); } void Osd::virtualDesktopChanged(const QString ¤tVirtualDesktopName)