diff --git a/Documentation/guidelines/UIpolicies.txt b/Documentation/guidelines/UIpolicies.txt index f07c71278a..7ecfccd613 100644 --- a/Documentation/guidelines/UIpolicies.txt +++ b/Documentation/guidelines/UIpolicies.txt @@ -46,7 +46,7 @@ Dialogs: re-size the dialog as required. Reset the minimum size to the updated dialog size. - Dialog windows shall not exceed 1024 x 769 when displayed in a 13 point font. + Dialog windows shall not exceed 1024 x 768 when displayed in a 13 point font. Note that the font used by end users is not something that you control from within the dialog, but for testing purposes please do not exceed this dialog size should the user have selected a font size of 13 points. diff --git a/TODO.txt b/TODO.txt index dde7516728..3f85ec3714 100644 --- a/TODO.txt +++ b/TODO.txt @@ -25,6 +25,8 @@ Common * Integer/long/double input boxes should handle comma and dot separated values, not only comma. + +ANYONE: C2) Write a tool to generate DSNLEXER keyword tables (and enums) as *.cpp and *.h. Language of tool should probably be C++. As input, the tool should take a list of whitespace separated keywords from a text file that is manually