diff options
| author | Luke Dashjr <[email protected]> | 2012-03-25 17:25:10 -0400 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-04-06 12:53:37 -0400 |
| commit | fa2544e79faf75923766624acd638e3cbdb9be0d (patch) | |
| tree | 7785ea719ba3c922f5f691b6a7e17bae57c2971c /src/ui_interface.h | |
| parent | Merge pull request #1033 from sipa/wait (diff) | |
| download | discoin-fa2544e79faf75923766624acd638e3cbdb9be0d.tar.xz discoin-fa2544e79faf75923766624acd638e3cbdb9be0d.zip | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h index 2e29f2af1..514768086 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(); |