Author: matt
Date: 2010-11-06 08:23:50 -0700 (Sat, 06 Nov 2010)
New Revision: 7803
Log:
Fixed accidental deletion of 'del'

Modified:
   branches/branch-1.3/src/Fl_Text_Editor.cxx

Modified: branches/branch-1.3/src/Fl_Text_Editor.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Text_Editor.cxx  2010-11-06 15:06:25 UTC (rev 
7802)
+++ branches/branch-1.3/src/Fl_Text_Editor.cxx  2010-11-06 15:23:50 UTC (rev 
7803)
@@ -138,7 +138,7 @@
   { FL_Down,      FL_CTRL|FL_SHIFT,         Fl_Text_Editor::kf_c_s_move   },
   { FL_Page_Up,   FL_CTRL|FL_SHIFT,         Fl_Text_Editor::kf_c_s_move   },
   { FL_Page_Down, FL_CTRL|FL_SHIFT,         Fl_Text_Editor::kf_c_s_move   },
-//{ FL_Clear,    0,                        Fl_Text_Editor::ete_to_eol },
+//{ FL_Clear,    0,                        Fl_Text_Editor::delete_to_eol },
   { 'z',          FL_CTRL,                  Fl_Text_Editor::kf_undo      },
   { '/',          FL_CTRL,                  Fl_Text_Editor::kf_undo      },
   { 'x',          FL_CTRL,                  Fl_Text_Editor::kf_cut        },

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to