gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11464: minor


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11464: minor
Date: Mon, 31 Aug 2009 01:20:00 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11464
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Mon 2009-08-31 01:20:00 +0200
message:
  minor
modified:
  gui/aqua.cpp
=== modified file 'gui/aqua.cpp'
--- a/gui/aqua.cpp      2009-08-30 00:47:07 +0000
+++ b/gui/aqua.cpp      2009-08-30 23:20:00 +0000
@@ -21,9 +21,6 @@
 #include "gnashconfig.h"
 #endif
 
-#if defined(_WIN32) || defined(WIN32)
-# include "getopt_win32.h"
-#else
 extern "C"{
 # ifdef HAVE_GETOPT_H
 #  include <getopt.h>
@@ -32,8 +29,6 @@
   extern int getopt(int, char *const *, const char *);
 # endif
 }
-#endif // Win32
-
 
 #include "gnash.h"
 #include "aquasup.h"
@@ -209,7 +204,7 @@
        GetIndMenuItemWithCommandID(NULL, kHICommandPreferences, 1, 
&rApplicationMenu, outIndex);
 
        /* Enable 'About' */
-       InsertMenuItemTextWithCFString(rApplicationMenu, CFSTR("About gnash"), 
(short) 0, 0, kHICommandAbout);
+       InsertMenuItemTextWithCFString(rApplicationMenu, CFSTR("About Gnash"), 
(short) 0, 0, kHICommandAbout);
 
        return true;
 }


reply via email to

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