Author: baby-guest Date: 2007-08-02 10:57:14 +0000 (Thu, 02 Aug 2007) New Revision: 3525
Modified: packages/trunk/fenix/debian/fenix.sh Log: Make usage of the new -t flag to set the window title Modified: packages/trunk/fenix/debian/fenix.sh =================================================================== --- packages/trunk/fenix/debian/fenix.sh 2007-08-02 10:46:58 UTC (rev 3524) +++ packages/trunk/fenix/debian/fenix.sh 2007-08-02 10:57:14 UTC (rev 3525) @@ -67,4 +67,4 @@ fi echo "Game File: \"$GAME_FILE\"" >&2 -fenix-fxc "$GAME_FILE" -o - | fenix-fxi - +fenix-fxc "$GAME_FILE" -o - | fenix-fxi -t "$GAME_FILE" - _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

