1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Don't make program name "qTox" traduisible

This commit is contained in:
TheNain38 2015-11-07 12:02:33 +01:00
parent cc723c728a
commit 3683d93fff

View File

@ -23,10 +23,10 @@
</size>
</property>
<property name="windowTitle">
<string>qTox</string>
<string notr="true">qTox</string>
</property>
<property name="windowIcon">
<iconset resource="../../res.qrc">
<iconset resource="../res.qrc">
<normaloff>:/img/icons/qtox.svg</normaloff>:/img/icons/qtox.svg</iconset>
</property>
<widget class="QStackedWidget" name="stackedWidget">
@ -417,7 +417,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="../../res.qrc">:/img/login_logo.svg</pixmap>
<pixmap resource="../res.qrc">:/img/login_logo.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
@ -425,7 +425,7 @@
</widget>
</widget>
<resources>
<include location="../../res.qrc"/>
<include location="../res.qrc"/>
</resources>
<connections/>
</ui>