]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlPrint.h
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlPrint.h
index 51597e959103b335bb5bf44cd37d291d308bdc4a..29a7dab21501562f5b3a5b3ad3aa4d9bd4ace5e8 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
@@ -29,8 +30,8 @@ public:
        /// 
        ControlPrint(LyXView &, Dialogs &);
 
-       /// The file dialog popup requires a LyXView * ???
-       LyXView * lv() const;
+       /// Browse for a file
+       string const Browse(string const &);
        ///
        PrinterParams & params() const;