mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
RC: version 1.3.1 (patch version)
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.16)
|
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)
|
project(PDF4QT VERSION ${PDF4QT_VERSION} LANGUAGES CXX)
|
||||||
|
|
||||||
|
@ -1937,7 +1937,7 @@ void PDFProgramController::resetSettings()
|
|||||||
return;
|
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();
|
closeDocument();
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
CURRENT:
|
CURRENT:
|
||||||
|
|
||||||
|
V: 1.3.1 28.12.2022
|
||||||
- Issue #34: Reset option
|
- Issue #34: Reset option
|
||||||
- Issue #35: Window state is not remembered for viewers
|
- Issue #35: Window state is not remembered for viewers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user