Summary: | UI: add "Tools" menu | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | ui | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | proposed changes |
Description
Nicolas Brisset
2004-10-19 14:45:43 UTC
Created attachment 9165 [details]
proposed changes
Any comments on this change? I think it makes sense.
also 'change sample range' could go there. CVS commit by staikos: add Tools menu and reshuffle a few actions FEATURE: 91672 M +5 -4 kstui.rc 1.38 --- kdeextragear-2/kst/kst/kstui.rc #1.37:1.38 @@ -1,4 +1,4 @@ <!DOCTYPE kpartgui> -<kpartgui version="10" name="kst"> +<kpartgui version="11" name="kst"> <MenuBar> <Menu name="file"><text>&File</text> @@ -13,5 +13,4 @@ <Action name="reload"/> <Separator/> - <Action name="datawizard_action"/> <Action name="datamanager_action"/> <Separator/> @@ -31,5 +30,4 @@ <Separator/> <Merge/> - <Action name="changefiledialog_action"/> </Menu> <Menu name="range"><text>&Range</text> @@ -39,5 +37,8 @@ <Action name="samplesend_action"/> <Action name="pause_action"/> - <Separator/> + </Menu> + <Menu name="tools"><text>&Tools</text> + <Action name="datawizard_action"/> + <Action name="changefiledialog_action"/> <Action name="changenptsdialog_action"/> </Menu> |