2.6.5a: DivaMovie enabled by default again, but warns the user if it should be disabled

This commit is contained in:
nastys
2021-10-07 19:04:48 +02:00
parent 7df98ea648
commit e8c2ac672a
4 changed files with 220 additions and 215 deletions
+1 -1
View File
@@ -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.5)";
this->Text = L"PD Launcher (2.6.5a)";
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);