Summary: | useability : the "Tools->view fullscreen mode" should be in the "Window" or in the "View" menus | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | tnagy <tnagy256> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
tnagy
2003-07-28 15:41:28 UTC
Subject: kdevelop/parts/fullscreen CVS commit by dymo: Put fullscreen action into View menu CCMAIL: 61764-done@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> Cool !! |