New testing version.
This commit is contained in:
parent
c8580935a9
commit
673ee6a83c
2 changed files with 2 additions and 8 deletions
|
@ -40,8 +40,8 @@
|
||||||
project(rssguard)
|
project(rssguard)
|
||||||
set(APP_NAME "RSS Guard")
|
set(APP_NAME "RSS Guard")
|
||||||
set(APP_LOW_NAME "rssguard")
|
set(APP_LOW_NAME "rssguard")
|
||||||
set(APP_VERSION "1.9.9")
|
set(APP_VERSION "1.9.9.1")
|
||||||
set(FILE_VERSION "1,9,9,0")
|
set(FILE_VERSION "1,9,9,1")
|
||||||
set(APP_AUTHOR "Martin Rotter")
|
set(APP_AUTHOR "Martin Rotter")
|
||||||
set(APP_URL "http://www.rssguard.comehere.cz")
|
set(APP_URL "http://www.rssguard.comehere.cz")
|
||||||
set(APP_URL_ISSUES "http://github.com/martinrotter/rssguard/issues")
|
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"));
|
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) {
|
if (!everything_ok) {
|
||||||
resulting_information.replaceInStrings(QRegExp("^"),
|
resulting_information.replaceInStrings(QRegExp("^"),
|
||||||
QString::fromUtf8(" • "));
|
QString::fromUtf8(" • "));
|
||||||
|
|
Loading…
Add table
Reference in a new issue