]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Alert.C
namespace grfx -> lyx::graphics
[lyx.git] / src / frontends / Alert.C
index a230557c8fe9204ef2eb0f34ce951d0d9793c06c..f11661a8aaa2a6dfacb1e6e87ddb090ba0f627c6 100644 (file)
@@ -22,11 +22,12 @@ using std::pair;
 using std::make_pair;
 
 int Alert::prompt(string const & title, string const & question,
-           int default_button,
+           int default_button, int escape_button,
           string const & b1, string const & b2, string const & b3)
 {
        if (lyx_gui::use_gui)
-               return prompt_pimpl(title, question, default_button, b1, b2, b3);
+               return prompt_pimpl(title, question,
+                       default_button, escape_button, b1, b2, b3);
 
        lyxerr << title << endl;
        lyxerr << "----------------------------------------" << endl;