diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-08-10 15:09:05 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-08-10 15:09:05 +0300 |
| commit | d0a5339289e6465c5ead8b73973b0840cfbb279b (patch) | |
| tree | 1d71bfaa808dde46a70148255d76cb7f0f2b9e70 /components/TitleBar.qml | |
| parent | b199c5fe0a6d7998bd7d263f98ee2a36c78e6552 (diff) | |
| download | monzero-gui-d0a5339289e6465c5ead8b73973b0840cfbb279b.tar.gz monzero-gui-d0a5339289e6465c5ead8b73973b0840cfbb279b.tar.xz monzero-gui-d0a5339289e6465c5ead8b73973b0840cfbb279b.zip | |
Removed: hardcoded "Monero - Donations"
Diffstat (limited to 'components/TitleBar.qml')
| -rw-r--r-- | components/TitleBar.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml index e0baf8f1..8e1c9e32 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -35,7 +35,7 @@ Rectangle { color: "#000000" y: -height property int mouseX: 0 - property string title: qsTr("Monero - Donations") + translationManager.emptyString + property string title property bool containsMouse: false property alias maximizeButtonVisible: maximizeButton.visible property alias basicButtonVisible: goToBasicVersionButton.visible |
