From 58296c373a79ac404e86f8a4b20a5309db2f00de Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 14 Jul 2020 15:15:02 +0200 Subject: Fix old URL's and forum/newsgroup names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fltk.development has been renamed to fltk.coredev - all FLTK URL's are now of the form https://www.fltk.org/… --- src/Fl_Menu_add.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Menu_add.cxx') diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx index 9e0ba77e5..b2282b6f2 100644 --- a/src/Fl_Menu_add.cxx +++ b/src/Fl_Menu_add.cxx @@ -324,7 +324,7 @@ int Fl_Menu_Item::insert( corresponding submenu terminators (maybe more than one) are added as well. \todo Raw integer shortcut needs examples. - Dependent on responses to http://fltk.org/newsgroups.php?gfltk.development+v:10086 and results of STR#2344 + Dependent on responses to https://www.fltk.org/newsgroups.php?gfltk.coredev+v:10086 and results of STR#2344 */ int Fl_Menu_::add(const char *label,int shortcut,Fl_Callback *callback,void *userdata,int flags) { return(insert(-1,label,shortcut,callback,userdata,flags)); // -1: append -- cgit v1.2.3