This commit is contained in:
Martin Rotter 2016-06-27 11:21:48 +02:00
parent b9116d1a82
commit 3b26442a73
2 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,12 @@
—————
Fixed:
▪ Fixed some typos.
▪ Fixed some UI stuff in menus etc.
▪ Fixed problem with skin loading. (bug #25)
You can see more verbose list of fixed stuff here: https://github.com/martinrotter/rssguard/issues?utf8=%E2%9C%93&q=is%3Aclosed%20milestone%3A%223.3.2%22%20
3.3.1
—————

View File

@ -75,7 +75,6 @@
<property name="title">
<string>Show/hide</string>
</property>
<addaction name="m_actionFullscreen"/>
<addaction name="m_actionSwitchFeedsList"/>
<addaction name="m_actionSwitchMainMenu"/>
<addaction name="m_actionSwitchToolBars"/>
@ -83,6 +82,7 @@
<addaction name="m_actionSwitchStatusBar"/>
</widget>
<addaction name="m_menuShowHide"/>
<addaction name="m_actionFullscreen"/>
<addaction name="m_actionSwitchMainWindow"/>
<addaction name="m_actionSwitchMessageListOrientation"/>
</widget>
@ -221,7 +221,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Fullscreen</string>
<string>View &amp;fullscreen</string>
</property>
<property name="toolTip">
<string>Switch fullscreen mode.</string>