listify two-column tables

excluded are the Q and partyline modules, as they are deprecated. There
are some tables that have more than two columns, but could likely be
easily modified, but this will be attempted at a later time.
This commit is contained in:
girst
2019-05-29 17:41:38 +02:00
parent e528b5f2d6
commit fe8d447a60
12 changed files with 28 additions and 1 deletions
+1
View File
@@ -163,6 +163,7 @@ class CNotesMod : public CModule {
CTable Table;
Table.AddColumn(t_s("Key"));
Table.AddColumn(t_s("Note"));
Table.SetStyle(CTable::ListStyle);
for (MCString::iterator it = BeginNV(); it != EndNV(); ++it) {
Table.AddRow();