diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-08-03 12:58:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-08-03 12:59:57 +0100 |
commit | 61062608a27ceaef5424203d849f88c7fb77b8d0 (patch) | |
tree | 90819ac7d2a6e7610fba7641114369aa1f75ebc1 /svtools | |
parent | 403eefe81b8a0afe888c60452c17d6b2c5d8343f (diff) |
Resolves: tdf#96873 include template image to make it available in help
alternatively move it into the helpimg dir and change the usage
in helpcontent2, but do it this way to keep it together with the others
Change-Id: I84c6b10aed948a5fea835dc86bade5a4390c716b
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/imagemgr.src | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/misc/imagemgr.src b/svtools/source/misc/imagemgr.src index c750faa5554e..de0d7d88f636 100644 --- a/svtools/source/misc/imagemgr.src +++ b/svtools/source/misc/imagemgr.src @@ -78,6 +78,7 @@ IMG_SVM ; \ IMG_TABLE ; \ IMG_TEXTFILE ; \ + IMG_TEMPLATE ; \ IMG_TIFF ; \ IMG_WMF ; \ IMG_WRITER ; \ @@ -94,7 +95,7 @@ ImageList RID_SVTOOLS_IMAGELIST_BIG }; IdCount = { - 66 ; + 67 ; }; }; @@ -108,7 +109,7 @@ ImageList RID_SVTOOLS_IMAGELIST_SMALL }; IdCount = { - 66; + 67; }; }; |