Fixed a bug with the "Prepend relative source file path to output file" option: This...
commit01266356696ae27bef023462137535635bb8ffbe
authorlordmulder <mulder2@gmx.de>
Sun, 23 Oct 2011 22:31:46 +0000 (24 00:31 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 23 Oct 2011 22:31:46 +0000 (24 00:31 +0200)
treefdc579dfbfb43e28a48d2ff34d8a9842bbdb7a18
parent330eb7cf1325005e560955bea70b89338ea4dc35
Fixed a bug with the "Prepend relative source file path to output file" option: This option should not be in effect when "Save output files to the same location where the input file is located" is enabled. Therefore, in the GUI, the "Prepend relative source file path to output file" option was correctly disabled (greyed out) when "Save output files to the same location where the input file is located" was checked. Nonetheless "Prepend relative source file path to output file" could still be in effect, if the user had checked that option *before* it had been disabled (greyed out). This is fixed now.
doc/Changelog.html
src/Config.h
src/Dialog_Processing.cpp