diff options
| author | fanquake <[email protected]> | 2012-09-22 13:32:28 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2012-09-22 18:05:25 +0800 |
| commit | e1eb3d4451bebc31e9fd832333c175bef028986e (patch) | |
| tree | b33ca49cf36849ccee8f7e44cecc04747029a3e4 /src/qt/sendcoinsentry.h | |
| parent | Merge pull request #1845 from Diapolo/fix_1843 (diff) | |
| download | discoin-e1eb3d4451bebc31e9fd832333c175bef028986e.tar.xz discoin-e1eb3d4451bebc31e9fd832333c175bef028986e.zip | |
Update Bugreport Links
Update Qt Links
Revert Qt source link
Update Qt links
Diffstat (limited to 'src/qt/sendcoinsentry.h')
| -rw-r--r-- | src/qt/sendcoinsentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/sendcoinsentry.h b/src/qt/sendcoinsentry.h index db6cba0d8..0ac14c147 100644 --- a/src/qt/sendcoinsentry.h +++ b/src/qt/sendcoinsentry.h @@ -27,7 +27,7 @@ public: void setValue(const SendCoinsRecipient &value); - /** Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue http://bugreports.qt.nokia.com/browse/QTBUG-10907). + /** Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907). */ QWidget *setupTabChain(QWidget *prev); |