Added extra copy action shortcut for OS2.
This commit is contained in:
parent
e9e331aa35
commit
83d650f02b
@ -3,6 +3,7 @@
|
||||
<ul>
|
||||
<li>[~] Localization handling.</li>
|
||||
<li>[+] "Copy selection" context menu item for internal web browser.</li>
|
||||
<li>[#] Feed type saved to database when feed is added.</li>
|
||||
</ul>
|
||||
[1.9.9.5]
|
||||
<ul>
|
||||
|
@ -51,8 +51,7 @@ void Localization::load() {
|
||||
else {
|
||||
qWarning("Application localization '%s' was not loaded.", qPrintable(desired_localization));
|
||||
|
||||
m_loadedLanguage = DEFAULT_LOCALE;
|
||||
return;
|
||||
desired_localization = DEFAULT_LOCALE;
|
||||
}
|
||||
|
||||
if (qt_translator->load(QString("qt-%1.qm").arg(desired_localization),
|
||||
|
Loading…
x
Reference in New Issue
Block a user