Fix the DESKTOP_ENTRIES example that was missing a semicolon after the

last category.

PR:             docs/145662
Submitted by:   Warren Block (wblock at wonkity dot com)
Approved by:    jkois (mentor)
This commit is contained in:
Benedict Reuschling 2010-07-04 19:08:18 +00:00
parent 343dd3437e
commit 62841b48b0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35962

View file

@ -5409,7 +5409,7 @@ USE_XORG= x11 xpm</programlisting>
<programlisting>DESKTOP_ENTRIES= "ToME" "Roguelike game based on JRR Tolkien's work" \
"${DATADIR}/xtra/graf/tome-128.png" \
"tome -v -g" "Application;Game;RolePlaying" \
"tome -v -g" "Application;Game;RolePlaying;" \
false</programlisting>
</sect2>