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

Leaving the MAX_TAB_COUNT at 6, so no "further expansion room".
pull/389/head
John Ralls 8 years ago
commit 9cb00f8fe4

@ -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"

Loading…
Cancel
Save