aboutsummaryrefslogtreecommitdiff
path: root/src/ui_interface.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-03-25 17:25:10 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2012-04-06 12:53:37 -0400
commitfa2544e79faf75923766624acd638e3cbdb9be0d (patch)
tree7785ea719ba3c922f5f691b6a7e17bae57c2971c /src/ui_interface.h
parent9362da78b0d8f0dd7bbad259adcb3e4d0cf58e56 (diff)
downloadbitcoin-fa2544e79faf75923766624acd638e3cbdb9be0d.tar.xz
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r--src/ui_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h
index 2e29f2af16..514768086d 100644
--- a/src/ui_interface.h
+++ b/src/ui_interface.h
@@ -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();