changeset 14549:ad542fdd8c8f

maint: Periodic merge of stable to default.
author Rik <octave@nomad.inbox5.com>
date Wed, 11 Apr 2012 10:38:10 -0700
parents 604696c3ff93 (current diff) 93cb513ed5fc (diff)
children bc4c574ab3b6
files scripts/plot/private/__print_parse_opts__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/private/__print_parse_opts__.m	Wed Apr 11 10:35:54 2012 -0700
+++ b/scripts/plot/private/__print_parse_opts__.m	Wed Apr 11 10:38:10 2012 -0700
@@ -154,7 +154,7 @@
 
   if (arg_st.ghostscript.resolution == 0)
     ## Do as Matlab does.
-    arg_st.ghostscript.resolution = num2str (get (0, "screenpixelsperinch"));
+    arg_st.ghostscript.resolution = get (0, "screenpixelsperinch");
   endif
 
   if (isempty (arg_st.orientation))