]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/input_validators.C
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / input_validators.C
index f22740e67e859b685381454f0f939f129fdc5a67..cc237bf3de7e312d5ae97f86a7538f3cb579f439 100644 (file)
@@ -119,7 +119,7 @@ void fl_print_range_filter(FL_OBJECT * ob,
                piece = strip(piece) ;
                piece = frontStrip(piece) ;
                if (!stringOnlyContains (piece, "0123456789-")) {
-                       WriteAlert(_("ERROR!  Unable to print!"),
+                       Alert::alert(_("ERROR!  Unable to print!"),
                                   _("Check 'range of pages'!"));
                        return;
                }