Mercurial > hg > octave-lyh
diff scripts/plot/uigetfile.m @ 11588:d5bd2766c640
style fixes for warning and error messages in script files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:51:13 -0500 |
parents | c792872f8942 |
children | b0084095098e |
line wrap: on
line diff
--- a/scripts/plot/uigetfile.m +++ b/scripts/plot/uigetfile.m @@ -153,7 +153,7 @@ if (any (cellfun(@(x)strcmp (x, "fltk"), available_graphics_toolkits ()))) [retfile, retpath, retindex] = __fltk_uigetfile__ (outargs{:}); else - error ("uigetfile: fltk graphics toolkit required."); + error ("uigetfile: fltk graphics toolkit required"); endif endfunction