mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
improve function name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38756 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
09a756d79a
commit
b4fc66621d
@ -77,7 +77,7 @@ FileName const abs_path_from_binary_name(string const & exe);
|
||||
|
||||
bool inBuildDir(FileName const & abs_binary, FileName &, FileName &);
|
||||
|
||||
FileName findLyxBinaryDir(FileName const & abs_binary);
|
||||
FileName findLyxBinary(FileName const & abs_binary);
|
||||
|
||||
FileName const get_document_dir(FileName const & home_dir);
|
||||
|
||||
@ -126,7 +126,7 @@ Package::Package(string const & command_line_arg0,
|
||||
}
|
||||
|
||||
// Find the LyX executable
|
||||
lyx_binary_ = findLyxBinaryDir(abs_binary);
|
||||
lyx_binary_ = findLyxBinary(abs_binary);
|
||||
|
||||
locale_dir_ = get_locale_dir(system_support_dir_);
|
||||
|
||||
@ -341,7 +341,7 @@ bool lyxBinaryPath(FileName & lyx_binary, string const & search_dir, string cons
|
||||
}
|
||||
|
||||
|
||||
FileName findLyxBinaryDir(FileName const & abs_binary)
|
||||
FileName findLyxBinary(FileName const & abs_binary)
|
||||
{
|
||||
string ext;
|
||||
if (!abs_binary.extension().empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user