mirror of https://github.com/mgba-emu/mgba.git
Qt: Minor text fixes
This commit is contained in:
parent
ff59804031
commit
321ed4475d
2
CHANGES
2
CHANGES
|
@ -153,6 +153,7 @@ Misc:
|
|||
0.6 beta 2: (Future)
|
||||
Features:
|
||||
- Qt: Italian translation (by theheroGAC)
|
||||
- Qt: Updated German translation
|
||||
Bugfixes:
|
||||
- Qt: Fix memory search close button (fixes mgba.io/i/769)
|
||||
- Qt: Fix window icon being stretched
|
||||
|
@ -164,6 +165,7 @@ Bugfixes:
|
|||
Misc:
|
||||
- Qt: Add language selector
|
||||
- GBA Timer: Improve accuracy of timers
|
||||
- Qt: Minor test fixes
|
||||
|
||||
0.6 beta 1: (2017-06-29)
|
||||
- Initial beta for 0.6
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>© 2013 – 2016 Jeffrey Pfau, licensed under the Mozilla Public License, version 2.0
|
||||
<string>© 2013 – 2017 Jeffrey Pfau, licensed under the Mozilla Public License, version 2.0
|
||||
Game Boy Advance is a registered trademark of Nintendo Co., Ltd.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
<string>Memory Search</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="1">
|
||||
|
|
Loading…
Reference in New Issue