diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-26 00:41:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-26 00:41:16 +0000 |
commit | 698569f8428ca088f764d704034a1330517b98c0 (patch) | |
tree | bf45be6946ebbbee9cce5a5bcf838f4c952d87e6 /plugins/scan | |
parent | 2785103a6bd4de55bd26d79e34d0fdd4b329a73a (diff) | |
download | koffice-698569f8428ca088f764d704034a1330517b98c0.tar.gz koffice-698569f8428ca088f764d704034a1330517b98c0.zip |
Finish rebranding of Krita as Chalk
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238363 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins/scan')
-rw-r--r-- | plugins/scan/Makefile.am | 6 | ||||
-rw-r--r-- | plugins/scan/scan-chalk.rc | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/plugins/scan/Makefile.am b/plugins/scan/Makefile.am index f3e46938..cf50d517 100644 --- a/plugins/scan/Makefile.am +++ b/plugins/scan/Makefile.am @@ -1,13 +1,13 @@ kwordrcdir = $(kde_datadir)/kword/kpartplugins kwordrc_DATA = scan-kword.rc -kritarcdir = $(kde_datadir)/krita/kpartplugins -kritarc_DATA = scan-krita.rc +chalkrcdir = $(kde_datadir)/chalk/kpartplugins +chalkrc_DATA = scan-chalk.rc kpresenterrcdir = $(kde_datadir)/kpresenter/kpartplugins kpresenterrc_DATA = scan-kpresenter.rc -EXTRA_DIST = $(kwordrc_DATA) $(kritarc_DATA) $(kpresenterrc_DATA) +EXTRA_DIST = $(kwordrc_DATA) $(chalkrc_DATA) $(kpresenterrc_DATA) INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) kde_module_LTLIBRARIES = kofficescan.la diff --git a/plugins/scan/scan-chalk.rc b/plugins/scan/scan-chalk.rc new file mode 100644 index 00000000..c7298729 --- /dev/null +++ b/plugins/scan/scan-chalk.rc @@ -0,0 +1,9 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui library="kofficescan" version="1"> +<MenuBar> + <Menu name="Tools"><text>&Tools</text> + <Seperator/> + <Action name="scan_image"/> + </Menu> +</MenuBar> +</kpartgui> |