From 2107ad72715f9ddc7983d18dca0152e5d8cc4ac9 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Wed, 28 Dec 2022 13:46:13 +0100 Subject: [PATCH] RC: version 1.3.1 (patch version) --- CMakeLists.txt | 2 +- Pdf4QtViewer/pdfprogramcontroller.cpp | 2 +- RELEASES.txt | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9b6b49..867ee76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/Pdf4QtViewer/pdfprogramcontroller.cpp b/Pdf4QtViewer/pdfprogramcontroller.cpp index 39f10b2..1725cdb 100644 --- a/Pdf4QtViewer/pdfprogramcontroller.cpp +++ b/Pdf4QtViewer/pdfprogramcontroller.cpp @@ -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(); diff --git a/RELEASES.txt b/RELEASES.txt index 8f252b4..a09a4d8 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -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