Solving issue 872: "RT file-open/save windows should remember last used dir", on behalf of Johannes Wienke
This commit is contained in:
@@ -339,7 +339,7 @@ int processLineParams( int argc, char **argv )
|
||||
}
|
||||
else {
|
||||
options.saveUsePathTemplate = true;
|
||||
if (!options.savePathTemplate.length())
|
||||
if (options.savePathTemplate.empty())
|
||||
// If the save path template is empty, we use its default value
|
||||
options.savePathTemplate = "%p1/converted/%f";
|
||||
}
|
||||
|
Reference in New Issue
Block a user