diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-23 22:35:30 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-23 22:35:55 +0200 |
| commit | daaee738fcdcb6b319b522ee40bc26a95c8a7ad3 (patch) | |
| tree | a79edc230d003e8f3237b2efc7ef61594c0875f4 /src/qt/forms | |
| parent | use #ifdef QT_UI to distinguish Qt UI instead of hardcoded #if 0 (diff) | |
| download | discoin-daaee738fcdcb6b319b522ee40bc26a95c8a7ad3.tar.xz discoin-daaee738fcdcb6b319b522ee40bc26a95c8a7ad3.zip | |
experiment with internationalization (nl), unbreak build (externui.h->qtui.h)
Diffstat (limited to 'src/qt/forms')
| -rw-r--r-- | src/qt/forms/aboutdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/aboutdialog.ui b/src/qt/forms/aboutdialog.ui index 45915c85b..cf7997326 100644 --- a/src/qt/forms/aboutdialog.ui +++ b/src/qt/forms/aboutdialog.ui @@ -57,7 +57,7 @@ <item> <widget class="QLabel" name="versionLabel"> <property name="text"> - <string>0.3.666-beta</string> + <string notr="true">0.3.666-beta</string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> |