diff options
author | Michael Ford <fanquake@gmail.com> | 2012-06-25 12:26:52 +0800 |
---|---|---|
committer | Michael Ford <fanquake@gmail.com> | 2012-06-25 12:26:52 +0800 |
commit | e4ebe82ee290a29f4576eed9d3022be5aacb4d79 (patch) | |
tree | 3e59ac3f8a71c1e65780b22ffa54e5fc0651faec /src/ui_interface.h | |
parent | b768a38b76dff65a704c591be80b2b5e64b8a52f (diff) |
Update comments
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r-- | src/ui_interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h index b94446cc20..c86e51e102 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -61,10 +61,10 @@ public: /** Show message box. */ boost::signals2::signal<void (const std::string& message, const std::string& caption, int style)> ThreadSafeMessageBox; - /** Ask the user whether he want to pay a fee or not. */ + /** Ask the user whether they want to pay a fee or not. */ boost::signals2::signal<bool (int64 nFeeRequired, const std::string& strCaption), boost::signals2::last_value<bool> > ThreadSafeAskFee; - /** Handle an URL passed on the command line. */ + /** Handle a URL passed at the command line. */ boost::signals2::signal<void (const std::string& strURI)> ThreadSafeHandleURI; /** Progress message during initialization. */ |