]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlLog.h
more unicode filenames
[lyx.git] / src / frontends / controllers / ControlLog.h
index 4ee3a03c9bdbe42e7aadae482f8632851d202932..7c76010951bdce89da432ffac19470f3b6b589a5 100644 (file)
@@ -15,6 +15,8 @@
 
 #include "Dialog.h"
 
+#include "support/filename.h"
+
 namespace lyx {
 namespace frontend {
 
@@ -37,7 +39,7 @@ public:
        virtual bool isBufferDependent() const { return true; }
 
        /// The title displayed by the dialog reflects the \c LOGTYPE
-       std::string const title() const;
+       lyx::docstring const title() const;
        /// put the log file into the ostream
        void getContents(std::ostream & ss) const;
 
@@ -51,7 +53,7 @@ private:
        };
 
        LOGTYPE type_;
-       std::string logfile_;
+       support::FileName logfile_;
 };
 
 } // namespace frontend