[Bug 61764] useability : the "Tools->view fullscreen mode" should be in the "Window" or in the "View" menus
Alexander Dymo
cloudtemple at mksat.net
Tue Jul 29 23:31:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=61764
cloudtemple at mksat.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From cloudtemple at mksat.net 2003-07-29 23:30 -------
Subject: kdevelop/parts/fullscreen
CVS commit by dymo:
Put fullscreen action into View menu
CCMAIL: 61764-done at bugs.kde.org
M +3 -2 kdevpart_fullscreen.rc 1.2
--- kdevelop/parts/fullscreen/kdevpart_fullscreen.rc #1.1:1.2
@@ -2,6 +2,7 @@
<kpartplugin name="fullscreen" library="libfullscreenplugin" version="1">
<MenuBar>
- <Menu name="tools"><Text>&Tools</Text>
- <Action name="fullscreen"/>
+ <Menu name="view">
+ <Text>&View</Text>
+ <Action name="fullscreen"/>
</Menu>
</MenuBar>
More information about the KDevelop-devel
mailing list