mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Whitespace
This commit is contained in:
parent
b6d182b81a
commit
459a9d1a8f
@ -3539,7 +3539,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
if (!dest.empty() && FileName::isAbsolute(dest))
|
||||
target_dir = FileName(support::onlyPath(dest));
|
||||
else
|
||||
target_dir = doc_buffer->fileName().onlyPath();
|
||||
target_dir = doc_buffer->fileName().onlyPath();
|
||||
|
||||
if (doc_buffer->isUnnamed() || !target_dir.isDirWritable()) {
|
||||
exportBufferAs(*doc_buffer, cmd.argument());
|
||||
|
Loading…
Reference in New Issue
Block a user