Git commit 3457229dd62df6e287bdabebe0ccce9e2eef122d by Yuri Chornoivan. Committed on 31/05/2013 at 07:57. Pushed by yurchor into branch 'master'.
Do not use dots in screenshot names as it breaks PDF generation Signed-off-by: Yuri Chornoivan <yurchor at ukr.net> M +1 -1 doc/ktnef/index.docbook R +- -- doc/ktnef/winmail_dat.png [from: doc/ktnef/winmail.dat.png - 100% similarity] http://commits.kde.org/kdepim/3457229dd62df6e287bdabebe0ccce9e2eef122d diff --git a/doc/ktnef/index.docbook b/doc/ktnef/index.docbook index 8a04a7e..1bfaef6 100644 --- a/doc/ktnef/index.docbook +++ b/doc/ktnef/index.docbook @@ -82,7 +82,7 @@ You can open or save the attachments using the actions in the context menu.</par <screeninfo>TNEF attachment in &kmail;</screeninfo> <mediaobject> <imageobject> -<imagedata fileref="winmail.dat.png" format="PNG" /> +<imagedata fileref="winmail_dat.png" format="PNG" /> </imageobject> <textobject> <phrase>TNEF attachment in &kmail;</phrase> diff --git a/doc/ktnef/winmail.dat.png b/doc/ktnef/winmail_dat.png similarity index 100% rename from doc/ktnef/winmail.dat.png rename to doc/ktnef/winmail_dat.png
