mirror of https://github.com/JakubMelka/PDF4QT.git
RC: version 1.3.1 (patch version)
This commit is contained in:
parent
b4c124216b
commit
2107ad7271
|
@ -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)
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue