Skip to content

Commit e86addd

Browse files
author
Ravbug
committed
Fix window titles (#42)
1 parent 8a1efd9 commit e86addd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/form.fbp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@
17641764
<property name="size"></property>
17651765
<property name="style">wxDEFAULT_DIALOG_STYLE</property>
17661766
<property name="subclass">; ; forward_declare</property>
1767-
<property name="title">Personal License Manual Activation</property>
1767+
<property name="title">Activate License via Webpage</property>
17681768
<property name="tooltip"></property>
17691769
<property name="two_step_creation">0</property>
17701770
<property name="window_extra_style"></property>
@@ -3816,7 +3816,7 @@
38163816
<property name="size"></property>
38173817
<property name="style">wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</property>
38183818
<property name="subclass">; ; forward_declare</property>
3819-
<property name="title">Activate Plus/Pro License</property>
3819+
<property name="title">Activate License with Serial #</property>
38203820
<property name="tooltip"></property>
38213821
<property name="two_step_creation">0</property>
38223822
<property name="window_extra_style"></property>

source/interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class PersonalActivationDlgBase : public wxDialog
106106

107107
public:
108108

109-
PersonalActivationDlgBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Personal License Manual Activation"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
109+
PersonalActivationDlgBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Activate License via Webpage"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
110110

111111
~PersonalActivationDlgBase();
112112

@@ -197,7 +197,7 @@ class PlusProActivationDlgBase : public wxDialog
197197

198198
public:
199199

200-
PlusProActivationDlgBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Activate Plus/Pro License"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
200+
PlusProActivationDlgBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Activate License with Serial #"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
201201

202202
~PlusProActivationDlgBase();
203203

0 commit comments

Comments
 (0)