Browse Source

Update UI strings

pull/25/head^2
Aditya Kulkarni 5 years ago
parent
commit
cf72b366bd
  1. 2
      src/connection.ui
  2. 2
      src/mainwindow.ui
  3. 2
      src/version.h

2
src/connection.ui

@ -14,7 +14,7 @@
</rect>
</property>
<property name="windowTitle">
<string>ZecWallet</string>
<string>ZecWallet-Lite</string>
</property>
<property name="modal">
<bool>true</bool>

2
src/mainwindow.ui

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>ZecWallet</string>
<string>ZecWallet-Lite</string>
</property>
<property name="windowIcon">
<iconset resource="../application.qrc">

2
src/version.h

@ -1 +1 @@
#define APP_VERSION "1.0-beta1"
#define APP_VERSION "1.0.1"

Loading…
Cancel
Save