summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_CurrencyRates.h
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2018-07-27 10:35:17 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2018-07-27 10:35:17 +0300
commit29d414e39c3aa15f4877e597c1cac2d83b199078 (patch)
treeb54b2ce556715727bd21c8e5dd8852b925a7bc10 /plugins/ExternalAPI/m_CurrencyRates.h
parent24cc466028da7e224c12babfbfe425a694052be9 (diff)
CurrencyRates: quotes replaced to currencyrates
Diffstat (limited to 'plugins/ExternalAPI/m_CurrencyRates.h')
-rw-r--r--plugins/ExternalAPI/m_CurrencyRates.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/ExternalAPI/m_CurrencyRates.h b/plugins/ExternalAPI/m_CurrencyRates.h
index 5535b69571..f8cd8b159a 100644
--- a/plugins/ExternalAPI/m_CurrencyRates.h
+++ b/plugins/ExternalAPI/m_CurrencyRates.h
@@ -1,5 +1,5 @@
-#ifndef __7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_Quotes_h__
-#define __7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_Quotes_h__
+#ifndef __7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_CurrencyRates_h__
+#define __7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_CurrencyRates_h__
/*
* Export the contact (or all contacts) to xml file
@@ -10,7 +10,7 @@
* -1 if user canceled export and
* value greater than zero if error occurred during exporting
*/
-#define MS_QUOTES_EXPORT "Quotes/Export"
+#define MS_CURRENCYRATES_EXPORT "CurrencyRates/Export"
/*
* Import the contact (or all contacts) from xml file
@@ -23,13 +23,13 @@
*/
// if contact(s) exists user would be asked to overwrite these contacts
-// #define QUOTES_IMPORT_PROMPT_TO_OVERWRITE_EXISTING_CONTACTS 0x0000
+// #define CURRENCYRATES_IMPORT_PROMPT_TO_OVERWRITE_EXISTING_CONTACTS 0x0000
// if contact(s) exists it would be overwrite without any prompt
-// #define QUOTES_IMPORT_SILENT_OVERWRITE_EXISTING_CONTACTS 0x0001
+// #define CURRENCYRATES_IMPORT_SILENT_OVERWRITE_EXISTING_CONTACTS 0x0001
// if contact(s) exists during importing it would be ignored
-#define QUOTES_IMPORT_SKIP_EXISTING_CONTACTS 0x0002
+#define CURRENCYRATES_IMPORT_SKIP_EXISTING_CONTACTS 0x0002
-#define MS_QUOTES_IMPORT "Quotes/Import"
+#define MS_CURRENCYRATES_IMPORT "CurrencyRates/Import"
-#endif //__7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_Quotes_h__
+#endif //__7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_CurrencyRates_h__