mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user