diff options
author | Timothy Pearson <[email protected]> | 2013-07-24 11:29:03 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-07-24 11:29:03 -0500 |
commit | 066bae76e94c21604fe4132c4ca26e5b2f0c6375 (patch) | |
tree | 64cd6638d6f513ef8ddb094f9437467c0a810d86 /src/knmapui.rc | |
download | knmap-066bae76e94c21604fe4132c4ca26e5b2f0c6375.tar.gz knmap-066bae76e94c21604fe4132c4ca26e5b2f0c6375.zip |
Initial import of knmap 2.1 sources
Diffstat (limited to 'src/knmapui.rc')
-rw-r--r-- | src/knmapui.rc | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/knmapui.rc b/src/knmapui.rc new file mode 100644 index 0000000..6635b1c --- /dev/null +++ b/src/knmapui.rc @@ -0,0 +1,38 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="knmap" version="1"> +<MenuBar> + <Menu name="file" > + <Action name="scan_new" /> + <Action name="scan_duplicate" /> + <Action name="scan_rename" /> + <Action name="scan_use" /> + <Action name="scan_close" /> + <Separator/> + </Menu> + <Menu name="help" > + <Action name="help_man_page" /> + <Separator/> + </Menu> + <Menu name="profile" > + <text>&Profiles</text> + <Action name="profile_load" /> + <Action name="profile_save" /> + <Action name="profile_save_as" /> + <Separator/> + <Action name="profile_copy" /> + <Action name="profile_delete" /> + <Action name="profile_rename" /> + </Menu> + <Menu name="settings" > + <text>&Settings</text> + <Action name="settings_wrap_text" /> + <Separator/> + <Action name="settings_stylesheet" /> + <Action name="settings_local" /> + <Separator/> + <Action name="settings_zoom_in" /> + <Action name="settings_zoom_out" /> + <Action name="settings_zoom_custom" /> + </Menu> +</MenuBar> +</kpartgui> |