[vlc-devel] commit: macosx: reflect the renamings in the respective files ( Felix Paul Kühne )
git version control
git at videolan.org
Tue Apr 7 23:24:09 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Apr 7 23:24:03 2009 +0200| [ecc0ebd5663ab4ad4ae0564f748429b03183e932] | committer: Felix Paul Kühne
macosx: reflect the renamings in the respective files
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ecc0ebd5663ab4ad4ae0564f748429b03183e932
---
modules/gui/macosx/coredialogs.h | 2 +-
modules/gui/macosx/coredialogs.m | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/gui/macosx/coredialogs.h b/modules/gui/macosx/coredialogs.h
index 882d87a..64736b7 100644
--- a/modules/gui/macosx/coredialogs.h
+++ b/modules/gui/macosx/coredialogs.h
@@ -1,5 +1,5 @@
/*****************************************************************************
- * interaction.h: Mac OS X interaction dialogs
+ * coredialogs.h: Mac OS X Core Dialogs
*****************************************************************************
* Copyright (C) 2005-2009 the VideoLAN team
* $Id$
diff --git a/modules/gui/macosx/coredialogs.m b/modules/gui/macosx/coredialogs.m
index cc5c1e1..f74ac96 100644
--- a/modules/gui/macosx/coredialogs.m
+++ b/modules/gui/macosx/coredialogs.m
@@ -1,5 +1,5 @@
/*****************************************************************************
- * interaction.h: Mac OS X interaction dialogs
+ * coredialogs.m: Mac OS X Core Dialogs
*****************************************************************************
* Copyright (C) 2005-2009 the VideoLAN team
* $Id$
@@ -23,7 +23,7 @@
*****************************************************************************/
#import "intf.h"
-#import "interaction.h"
+#import "coredialogs.h"
#import "misc.h"
/* for the icons in our custom error panel */
More information about the vlc-devel
mailing list