Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs

This commit is contained in:
Luke Dashjr
2012-03-25 17:25:10 -04:00
parent 9362da78b0
commit fa2544e79f
15 changed files with 87 additions and 84 deletions

View File

@@ -40,7 +40,7 @@
extern int ThreadSafeMessageBox(const std::string& message, const std::string& caption, int style=wxOK);
extern bool ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption);
extern void ThreadSafeHandleURL(const std::string& strURL);
extern void ThreadSafeHandleURI(const std::string& strURI);
extern void MainFrameRepaint();
extern void AddressBookRepaint();
extern void QueueShutdown();