changeset 15506:b3762b89c3c0

__init_fltk__.cc: Correct function name in gui_mode error message. * __init_fltk__.cc(Fgui_mode): Correct function name in error message when HAVE_FLTK is false.
author Rik <rik@octave.org>
date Thu, 11 Oct 2012 16:06:46 -0700
parents a7794a192b47
children b9b9795a7cd9
files libinterp/dldfcn/__init_fltk__.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__init_fltk__.cc	Thu Oct 11 13:07:29 2012 -0700
+++ b/libinterp/dldfcn/__init_fltk__.cc	Thu Oct 11 16:06:46 2012 -0700
@@ -2135,7 +2135,7 @@
 
   return octave_value (mode_str);
 #else
-  error ("mouse_wheel_zoom: not available without OpenGL and FLTK libraries");
+  error ("gui_mode: not available without OpenGL and FLTK libraries");
   return octave_value ();
 #endif
 }