Skip to content

Commit

Permalink
replaced regular expression help dead url (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuspen committed May 22, 2024
1 parent bf2f407 commit a693dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ct/ct_dialogs_find.cc
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ void CtDialogs::dialog_search(CtMainWin* pCtMainWin,
search_entry->grab_focus();

reg_exp_help_button->signal_clicked().connect([](){
fs::open_weblink("https://developer-old.gnome.org/glib/stable/glib-regex-syntax.html");
fs::open_weblink("https://www.geany.org/manual/gtk/glib/glib-regex-syntax.html");
});

auto press_enter = [button_ok](GdkEventKey* pEventKey){
Expand Down

0 comments on commit a693dc4

Please sign in to comment.