Skip to content

Commit 5902890

Browse files
author
Barnacle
committed
Fixed memory leaks.
1 parent 30e90cb commit 5902890

3 files changed

Lines changed: 431 additions & 249 deletions

File tree

main/AboutBox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ namespace SSF4ce {
7272
this->label1->Name = L"label1";
7373
this->label1->Size = System::Drawing::Size(152, 65);
7474
this->label1->TabIndex = 1;
75-
this->label1->Text = L"Barnacle 31.10.2014 \r\n\r\nUSF4 Character Extractor 0.2a\r\n\r\n2014-2019";
75+
this->label1->Text = L"Barnacle 31.10.2014 \r\n\r\nUSF4 Character Extractor 0.2b\r\n\r\n2014-2019";
7676
//
7777
// AboutBox
7878
//

0 commit comments

Comments
 (0)