Author: sveinung
Date: Fri Mar 20 03:12:07 2015
New Revision: 28583

URL: http://svn.gna.org/viewcvs/freeciv?rev=28583&view=rev
Log:
Remove invalid category key in freeciv-sdl.desktop.in

Patch by Markus Koschany <apo> (Original patch was only for the SDL client.
I applied it to the SDL2 client too)

See patch #5938

Modified:
    trunk/bootstrap/freeciv-sdl.desktop.in
    trunk/bootstrap/freeciv-sdl2.desktop.in

Modified: trunk/bootstrap/freeciv-sdl.desktop.in
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/bootstrap/freeciv-sdl.desktop.in?rev=28583&r1=28582&r2=28583&view=diff
==============================================================================
--- trunk/bootstrap/freeciv-sdl.desktop.in      (original)
+++ trunk/bootstrap/freeciv-sdl.desktop.in      Fri Mar 20 03:12:07 2015
@@ -18,5 +18,5 @@
 StartupNotify=true
 Terminal=false
 Type=Application
-Categories=SDL;Game;StrategyGame;
+Categories=Game;StrategyGame;
 Keywords=strategy;simulation;civilization;tiles;history;mankind;multiplayer;

Modified: trunk/bootstrap/freeciv-sdl2.desktop.in
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/bootstrap/freeciv-sdl2.desktop.in?rev=28583&r1=28582&r2=28583&view=diff
==============================================================================
--- trunk/bootstrap/freeciv-sdl2.desktop.in     (original)
+++ trunk/bootstrap/freeciv-sdl2.desktop.in     Fri Mar 20 03:12:07 2015
@@ -18,5 +18,5 @@
 StartupNotify=true
 Terminal=false
 Type=Application
-Categories=SDL;Game;StrategyGame;
+Categories=Game;StrategyGame;
 Keywords=strategy;simulation;civilization;tiles;history;mankind;multiplayer;


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to