(svn r1215) Feature: You can now make a custom currency by chosing "Custom..."

This commit is contained in:
dominik
2004-12-22 13:19:26 +00:00
parent 46af99b8c0
commit 4f4fa940d8
9 changed files with 313 additions and 44 deletions

View File

@@ -9,6 +9,7 @@ enum SettingDescType {
SDT_STRING,
SDT_STRINGBUF,
SDT_INTLIST,
SDT_STRINGQUOT, // string with quotation marks around it
SDT_INT8 = 0 << 4,
SDT_UINT8 = 1 << 4,