diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 47d455dd55be855e4cc691c32f687f723d9247ee (patch) | |
tree | 52e236aaa2576bdb3840ebede26619692fed6d7d /kfax/kfaxui.rc | |
download | tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kfax/kfaxui.rc')
-rw-r--r-- | kfax/kfaxui.rc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/kfax/kfaxui.rc b/kfax/kfaxui.rc new file mode 100644 index 00000000..35daf9f3 --- /dev/null +++ b/kfax/kfaxui.rc @@ -0,0 +1,28 @@ +<!DOCTYPE kpartgui> +<kpartgui version="2" name="kfax"> +<MenuBar> + <Menu name="file"><text>&File</text> + <Action name="file_add_fax" append="open_merge"/> + </Menu> + <Menu name="view"><text>&View</text> + <Action name="view_rotate"/> + <Action name="view_mirror"/> + <Action name="view_flip"/> + </Menu> +</MenuBar> + <ToolBar noMerge="1" name="mainToolBar" > + <text>Main Toolbar</text> + <Action name="file_open" /> + <Action name="file_save" /> + <Action name="file_print" /> + <Separator name="separator_2" /> + <Action name="go_previous" /> + <Action name="go_next" /> + <Separator name="separator_1" /> + <Action name="go_first" /> + <Action name="go_last" /> + <Separator name="separator_0" /> + <Action name="view_zoom_in" /> + <Action name="view_zoom_out" /> + </ToolBar> +</kpartgui> |