Skip to content

Commit

Permalink
BACKENDS: Rename appMenu_osx.* to appmenu_osx.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Jul 13, 2011
1 parent 19bb69c commit cde3a3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Expand Up @@ -25,7 +25,7 @@
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL

#include "backends/platform/sdl/macosx/appMenu_osx.h"
#include "backends/platform/sdl/macosx/appmenu_osx.h"
#include "common/translation.h"

#include <Cocoa/Cocoa.h>
Expand Down
2 changes: 1 addition & 1 deletion backends/platform/sdl/module.mk
Expand Up @@ -15,7 +15,7 @@ ifdef MACOSX
MODULE_OBJS += \
macosx/macosx-main.o \
macosx/macosx.o \
macosx/appMenu_osx.o
macosx/appmenu_osx.o
endif

ifdef WIN32
Expand Down

0 comments on commit cde3a3d

Please sign in to comment.