fix(modulo): update wrong link in wizard

This commit is contained in:
Federico Terzi 2021-10-06 22:35:41 +02:00
parent 7baa668b7d
commit c4070d0044
2 changed files with 3 additions and 3 deletions

View File

@ -1021,7 +1021,7 @@
<property name="hidden">0</property>
<property name="hover_color"></property>
<property name="id">wxID_ANY</property>
<property name="label">https://espanso.org/migration#uninstall</property>
<property name="label">https://espanso.org/legacy/uninstall</property>
<property name="max_size"></property>
<property name="maximize_button">0</property>
<property name="maximum_size"></property>
@ -1044,7 +1044,7 @@
<property name="subclass">; ; forward_declare</property>
<property name="toolbar_pane">0</property>
<property name="tooltip"></property>
<property name="url">https://espanso.org/migration#uninstall</property>
<property name="url">https://espanso.org/legacy/uninstall</property>
<property name="visited_color"></property>
<property name="window_extra_style"></property>
<property name="window_name"></property>

View File

@ -115,7 +115,7 @@ WizardFrame::WizardFrame( wxWindow* parent, wxWindowID id, const wxString& title
legacy_version_description->Wrap( 500 );
bSizer21->Add( legacy_version_description, 0, wxLEFT|wxRIGHT|wxTOP, 10 );
legacy_version_docs_link = new wxHyperlinkCtrl( legacy_version_panel, wxID_ANY, wxT("https://espanso.org/migration#uninstall"), wxT("https://espanso.org/migration#uninstall"), wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE );
legacy_version_docs_link = new wxHyperlinkCtrl( legacy_version_panel, wxID_ANY, wxT("https://espanso.org/legacy/uninstall"), wxT("https://espanso.org/legacy/uninstall"), wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE );
bSizer21->Add( legacy_version_docs_link, 0, wxLEFT|wxRIGHT, 10 );