]> git.lyx.org Git - lyx.git/blobdiff - src/minibuffer.h
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / minibuffer.h
index 186c3e2110d6833f8fef36d5c33a1913d434ce62..34a92e59da3959304a75359d58437cedf2f77c00 100644 (file)
@@ -16,14 +16,9 @@ class LyXView;
 class MiniBuffer {
 public:
        ///
-       MiniBuffer(LyXView *o, FL_Coord x, FL_Coord y, FL_Coord h, FL_Coord w)
-               : owner(o)
-       {
-               text = _("Welcome to LyX!");
-               shows_no_match = true;
-               history_idx = history_cnt = 0;
-               add(FL_NORMAL_INPUT, x, y, h, w);
-       }
+       MiniBuffer(LyXView * o,
+                  FL_Coord x, FL_Coord y, FL_Coord h, FL_Coord w);
+
        ///
        bool shows_no_match;
        ///