Merge Di Mang's 'maint-transfer-02' into maint.

Leaving the MAX_TAB_COUNT at 6, so no "further expansion room".
This commit is contained in:
John Ralls 2018-07-23 14:45:56 -07:00
commit 9cb00f8fe4

View File

@ -74,7 +74,7 @@ static QofLogModule log_module = GNC_MOD_GUI;
* Point where preferences switch control method from a set of
* notebook tabs to a list.
*/
#define MAX_TAB_COUNT 4
#define MAX_TAB_COUNT 6
/* A pointer to the last selected filename */
#define LAST_SELECTION "last-selection"