Skip to content

Commit 0a29313

Browse files
committed
Add a project search bar
1 parent c4b78bf commit 0a29313

File tree

6 files changed

+4400
-4302
lines changed

6 files changed

+4400
-4302
lines changed

source/activation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void PlusProActivationDlg::OnActivateHit(wxCommandEvent&)
6767
std::string password = plusProActivPasswordCtrl->GetValue();
6868
std::string serial = plusProActivationSerialCtrl->GetValue();
6969

70-
auto cmd = fmt::format("{} -batchmode -username {} -password {} -serial {} quit",the_editor.executablePath().string(),username,password,serial);
70+
auto cmd = fmt::format("{} -batchmode -username {} -password {} -serial {} -quit",the_editor.executablePath().string(),username,password,serial);
7171

7272
wxExecute(cmd, wxEXEC_SYNC);
7373
}

0 commit comments

Comments
 (0)