From 38b8b7848f169db08549b97954fd8810a3d0f3bd Mon Sep 17 00:00:00 2001 From: dominik Date: Wed, 22 Dec 2004 13:19:26 +0000 Subject: (svn r1215) Feature: You can now make a custom currency by chosing "Custom..." --- settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.h') diff --git a/settings.h b/settings.h index ed6545924..e4bf27601 100644 --- a/settings.h +++ b/settings.h @@ -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, -- cgit v1.2.3-54-g00ecf