New testing version.

This commit is contained in:
Martin Rotter 2014-01-31 07:59:29 +01:00
parent c8580935a9
commit 673ee6a83c
2 changed files with 2 additions and 8 deletions

View File

@ -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")

View File

@ -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(""));