gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server System.cpp


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/server System.cpp
Date: Mon, 12 Jun 2006 17:25:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/06/12 17:25:20

Modified files:
        server         : System.cpp 

Log message:
        porting to WIN32

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/System.cpp?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: System.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/System.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- System.cpp  20 May 2006 23:49:33 -0000      1.8
+++ System.cpp  12 Jun 2006 17:25:20 -0000      1.9
@@ -104,13 +104,7 @@
        if ( proto == NULL )
        {
                proto = new as_object();
-
-// hack
-#              ifdef WIN32
-               proto->set_member("version", "Gnash for Windows");
-#              else
                proto->set_member("version", "Gnash-" VERSION);
-#              endif
        }
        return proto;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]