]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormPrint.C
fix problem with nroff detection, remove dead code with old floats, bogus message...
[lyx.git] / src / frontends / gnome / FormPrint.C
index 3418b1732d141dcaa8eab96fcd5feb5a061d85b2..d2ee57de3b9f5f75a43c1ecddcb0a11cfccc9e5a 100644 (file)
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /* FormPrint.C
  * FormPrint Interface Class Implementation
  * This file is part of
@@ -155,7 +154,7 @@ void FormPrint::apply()
                                 copies_unsorted_->get_active(),
                                 copies_count_->get_value_as_int())))
     {
-      WriteAlert(_("Error:"),
+      Alert::alert(_("Error:"),
                 _("Unable to print"),
                 _("Check that your parameters are correct"));
     }