New testing version.
This commit is contained in:
parent
c8580935a9
commit
673ee6a83c
@ -40,8 +40,8 @@
|
||||
project(rssguard)
|
||||
set(APP_NAME "RSS Guard")
|
||||
set(APP_LOW_NAME "rssguard")
|
||||
set(APP_VERSION "1.9.9")
|
||||
set(FILE_VERSION "1,9,9,0")
|
||||
set(APP_VERSION "1.9.9.1")
|
||||
set(FILE_VERSION "1,9,9,1")
|
||||
set(APP_AUTHOR "Martin Rotter")
|
||||
set(APP_URL "http://www.rssguard.comehere.cz")
|
||||
set(APP_URL_ISSUES "http://github.com/martinrotter/rssguard/issues")
|
||||
|
@ -193,12 +193,6 @@ bool FormSettings::doSaveCheck() {
|
||||
resulting_information.append(tr("some keyboard shortcuts are not unique"));
|
||||
}
|
||||
|
||||
if (m_ui->m_txtExternalBrowserExecutable->text().isEmpty() ||
|
||||
m_ui->m_txtExternalBrowserArguments->text().isEmpty()) {
|
||||
everything_ok = false;
|
||||
resulting_information.append(tr("external browser is not set"));
|
||||
}
|
||||
|
||||
if (!everything_ok) {
|
||||
resulting_information.replaceInStrings(QRegExp("^"),
|
||||
QString::fromUtf8(" • "));
|
||||
|
Loading…
x
Reference in New Issue
Block a user