From f2afb1e0689a5a5077e28c3c65dc71df19cf7fbe Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 5 Feb 2016 11:47:30 -0500 Subject: A few small fixes to lumina-desktop: 1) When loading the "pt" locale code - pass it to QLocale as "pt_PT" so the native language translation some out properly (European portuguese, not brazilian) 2) Add a new button for the audio controls in the start menu for muting/unmuting the audio. --- lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.cpp') diff --git a/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.cpp b/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.cpp index 534b1b41..1d699ea9 100644 --- a/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.cpp +++ b/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.cpp @@ -78,7 +78,7 @@ void LSysMenuQuick::UpdateMenu(){ ui->combo_locale->clear(); QLocale curr; for(int i=0; icombo_locale->addItem(loc.nativeLanguageName()+" ("+locales[i]+")", locales[i]); //Make the display text prettier later if(locales[i] == curr.name() || locales[i] == curr.name().section("_",0,0) ){ //Current Locale -- cgit