RC: version 1.3.1 (patch version)

This commit is contained in:
Jakub Melka 2022-12-28 13:46:13 +01:00
parent b4c124216b
commit 2107ad7271
3 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@
cmake_minimum_required(VERSION 3.16)
set(PDF4QT_VERSION 1.3.0)
set(PDF4QT_VERSION 1.3.1)
project(PDF4QT VERSION ${PDF4QT_VERSION} LANGUAGES CXX)

View File

@ -1937,7 +1937,7 @@ void PDFProgramController::resetSettings()
return;
}
if (QMessageBox::question(m_mainWindow, tr("Reset Ssettings"), tr("Do you wish to restore the default factory settings of the program? All settings changed by the user will be deleted. Application will be closed."), QMessageBox::Yes, QMessageBox::No) == QMessageBox::Yes)
if (QMessageBox::question(m_mainWindow, tr("Reset Settings"), tr("Do you wish to restore the default factory settings of the program? All settings changed by the user will be deleted. Application will be closed."), QMessageBox::Yes, QMessageBox::No) == QMessageBox::Yes)
{
closeDocument();

View File

@ -1,4 +1,6 @@
CURRENT:
V: 1.3.1 28.12.2022
- Issue #34: Reset option
- Issue #35: Window state is not remembered for viewers