update lang
This commit is contained in:
parent
057738a78d
commit
e45965f52c
@ -66,7 +66,7 @@ set(APP_AUTHOR "Martin Rotter")
|
||||
set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}")
|
||||
set(APP_REVERSE_NAME "io.github.martinrotter.rssguard")
|
||||
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter")
|
||||
set(APP_VERSION "4.3.4")
|
||||
set(APP_VERSION "4.4.0")
|
||||
|
||||
set(APP_URL "https://github.com/martinrotter/rssguard")
|
||||
set(APP_URL_DOCUMENTATION "https://github.com/martinrotter/rssguard/blob/${APP_VERSION}/resources/docs/Documentation.md")
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -101,6 +101,6 @@ void FilterUtils::runExecutable(const QString& executable,
|
||||
IOFactory::startProcessDetached(executable, arguments, working_directory);
|
||||
}
|
||||
catch (const ApplicationException& ex) {
|
||||
// return ex.message();
|
||||
qCriticalNN << LOGSEC_JS << "Error when running executable:" << QUOTE_W_SPACE_DOT(ex.message());
|
||||
}
|
||||
}
|
||||
|
@ -149,7 +149,7 @@ void MessagesToolBar::handleMessageHighlighterChange(QAction* action) {
|
||||
: checked_tasks_std.front());
|
||||
|
||||
if (checked_tasks_std.size() > 1) {
|
||||
drawNumberOfCriterias(m_btnMessageHighlighter, checked_tasks_std.size());
|
||||
drawNumberOfCriterias(m_btnMessageHighlighter, int(checked_tasks_std.size()));
|
||||
}
|
||||
|
||||
saveToolButtonSelection(QSL(HIGHLIGHTER_ACTION_NAME), FROM_STD_LIST(QList<QAction*>, checked_tasks_std));
|
||||
@ -205,7 +205,7 @@ void MessagesToolBar::handleMessageFilterChange(QAction* action) {
|
||||
: checked_tasks_std.front());
|
||||
|
||||
if (checked_tasks_std.size() > 1) {
|
||||
drawNumberOfCriterias(m_btnMessageFilter, checked_tasks_std.size());
|
||||
drawNumberOfCriterias(m_btnMessageFilter, int(checked_tasks_std.size()));
|
||||
}
|
||||
|
||||
saveToolButtonSelection(QSL(FILTER_ACTION_NAME), FROM_STD_LIST(QList<QAction*>, checked_tasks_std));
|
||||
|
Loading…
x
Reference in New Issue
Block a user