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:
parent
343dd3437e
commit
62841b48b0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35962
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue