From 4149a3c8e999371e49103f341cd9700e6ce4d01d Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Wed, 29 Sep 2021 19:05:08 +0200 Subject: [PATCH] 2.6.3: fix reflect/refract data type pt3 --- source-code/source/plugins/Launcher/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-code/source/plugins/Launcher/ui.h b/source-code/source/plugins/Launcher/ui.h index 06f311d..83cdf53 100644 --- a/source-code/source/plugins/Launcher/ui.h +++ b/source-code/source/plugins/Launcher/ui.h @@ -938,7 +938,7 @@ private: System::Windows::Forms::Button^ button_Wiki; this->MaximizeBox = false; this->Name = L"ui"; this->StartPosition = System::Windows::Forms::FormStartPosition::CenterScreen; - this->Text = L"PD Launcher (2.6.2)"; + this->Text = L"PD Launcher (2.6.3)"; this->TransparencyKey = System::Drawing::Color::Magenta; this->FormClosing += gcnew System::Windows::Forms::FormClosingEventHandler(this, &ui::Ui_FormClosing); this->FormClosed += gcnew System::Windows::Forms::FormClosedEventHandler(this, &ui::Ui_FormClosed);