mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
compilation fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3410 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cc3670f9fd
commit
86aa40061e
@ -1,3 +1,7 @@
|
|||||||
|
2002-01-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||||
|
|
||||||
|
* ControlExternal.C (Browse): add a std:: qualifier
|
||||||
|
|
||||||
2002-01-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
2002-01-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||||
|
|
||||||
* ControlExternal.C (Browse): simplify to use browseRelFile
|
* ControlExternal.C (Browse): simplify to use browseRelFile
|
||||||
|
@ -163,7 +163,7 @@ string const ControlExternal::Browse(string const & input) const
|
|||||||
// FIXME: a temporary hack until the FileDialog interface is updated
|
// FIXME: a temporary hack until the FileDialog interface is updated
|
||||||
pattern += "|";
|
pattern += "|";
|
||||||
|
|
||||||
pair<string, string> dir1(N_("Documents|#o#O"),
|
std::pair<string, string> dir1(N_("Documents|#o#O"),
|
||||||
string(lyxrc.document_path));
|
string(lyxrc.document_path));
|
||||||
|
|
||||||
return browseRelFile(&lv_, input, bufpath, title, pattern, dir1);
|
return browseRelFile(&lv_, input, bufpath, title, pattern, dir1);
|
||||||
|
Loading…
Reference in New Issue
Block a user