diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-30 05:23:07 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-04-30 05:23:07 +0000 |
| commit | 3adece8b48417154bcb6d6d0932db74458e6835c (patch) | |
| tree | 3823a75a2f416c12bc35d00c81c408c36be8ae54 /win32 | |
| parent | a14ac3d6c7f31a94c0fc732fb1e238b3ded332b2 (diff) | |
| download | pcsxr-3adece8b48417154bcb6d6d0932db74458e6835c.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@46936 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/gui/AboutDlg.c | 2 | ||||
| -rw-r--r-- | win32/gui/AboutDlg.h | 2 | ||||
| -rw-r--r-- | win32/gui/CheatDlg.c | 3 | ||||
| -rw-r--r-- | win32/gui/ConfigurePlugins.c | 2 | ||||
| -rw-r--r-- | win32/gui/Win32.h | 2 | ||||
| -rw-r--r-- | win32/gui/WndMain.c | 2 | ||||
| -rw-r--r-- | win32/gui/plugin.c | 2 | ||||
| -rw-r--r-- | win32/gui/plugin.h | 50 | ||||
| -rw-r--r-- | win32/intl/bindtextdom.c | 2 | ||||
| -rw-r--r-- | win32/intl/dcgettext.c | 2 | ||||
| -rw-r--r-- | win32/intl/dgettext.c | 2 | ||||
| -rw-r--r-- | win32/intl/explodename.c | 2 | ||||
| -rw-r--r-- | win32/intl/finddomain.c | 2 | ||||
| -rw-r--r-- | win32/intl/gettext.c | 2 | ||||
| -rw-r--r-- | win32/intl/gettext.h | 2 | ||||
| -rw-r--r-- | win32/intl/gettextP.h | 2 | ||||
| -rw-r--r-- | win32/intl/hash-string.h | 2 | ||||
| -rw-r--r-- | win32/intl/intl-compat.c | 2 | ||||
| -rw-r--r-- | win32/intl/l10nflist.c | 2 | ||||
| -rw-r--r-- | win32/intl/libgettext.h | 2 | ||||
| -rw-r--r-- | win32/intl/libintl.h | 2 | ||||
| -rw-r--r-- | win32/intl/loadinfo.h | 2 | ||||
| -rw-r--r-- | win32/intl/loadmsgcat.c | 2 | ||||
| -rw-r--r-- | win32/intl/localealias.c | 2 | ||||
| -rw-r--r-- | win32/intl/textdomain.c | 2 |
25 files changed, 49 insertions, 50 deletions
diff --git a/win32/gui/AboutDlg.c b/win32/gui/AboutDlg.c index bcf0bde0..9f930ba4 100644 --- a/win32/gui/AboutDlg.c +++ b/win32/gui/AboutDlg.c @@ -13,7 +13,7 @@ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <windows.h>
diff --git a/win32/gui/AboutDlg.h b/win32/gui/AboutDlg.h index 75f06456..a6fb136c 100644 --- a/win32/gui/AboutDlg.h +++ b/win32/gui/AboutDlg.h @@ -13,7 +13,7 @@ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#ifndef _PCSX_ABOUTDLG_H_
diff --git a/win32/gui/CheatDlg.c b/win32/gui/CheatDlg.c index 88927e28..a09587a6 100644 --- a/win32/gui/CheatDlg.c +++ b/win32/gui/CheatDlg.c @@ -1,5 +1,4 @@ /* Cheat Support for PCSX-Reloaded
- *
* Copyright (C) 2009, Wei Mingzhi <whistler_wmz@users.sf.net>.
*
* This program is free software; you can redistribute it and/or modify
@@ -14,7 +13,7 @@ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <windows.h>
diff --git a/win32/gui/ConfigurePlugins.c b/win32/gui/ConfigurePlugins.c index 1b2e19d1..a9951016 100644 --- a/win32/gui/ConfigurePlugins.c +++ b/win32/gui/ConfigurePlugins.c @@ -13,7 +13,7 @@ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <windows.h>
diff --git a/win32/gui/Win32.h b/win32/gui/Win32.h index 805d6de4..39aa59f3 100644 --- a/win32/gui/Win32.h +++ b/win32/gui/Win32.h @@ -13,7 +13,7 @@ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#ifndef __WIN32_H__
diff --git a/win32/gui/WndMain.c b/win32/gui/WndMain.c index 45d8b447..7a86e9ac 100644 --- a/win32/gui/WndMain.c +++ b/win32/gui/WndMain.c @@ -13,7 +13,7 @@ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <windows.h>
diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c index 8ae075ad..93942ca4 100644 --- a/win32/gui/plugin.c +++ b/win32/gui/plugin.c @@ -13,7 +13,7 @@ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
*/
#include <windows.h>
diff --git a/win32/gui/plugin.h b/win32/gui/plugin.h index c03a8a5b..048dc3eb 100644 --- a/win32/gui/plugin.h +++ b/win32/gui/plugin.h @@ -1,27 +1,27 @@ -/* Pcsx - Pc Psx Emulator
- * Copyright (C) 1999-2003 Pcsx Team
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA
- */
-
-// Windows Specific Plugin Functions
-#ifndef __PLUGIN_H__
-#define __PLUGIN_H__
+/* Pcsx - Pc Psx Emulator + * Copyright (C) 1999-2003 Pcsx Team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA + */ + +// Windows Specific Plugin Functions +#ifndef __PLUGIN_H__ +#define __PLUGIN_H__ #include "plugins.h" -
-void GetStateFilename(char *out, int i);
-
-#endif /* __PLUGIN_H__ */
+ +void GetStateFilename(char *out, int i); + +#endif /* __PLUGIN_H__ */ diff --git a/win32/intl/bindtextdom.c b/win32/intl/bindtextdom.c index ae266d6d..67b5742d 100644 --- a/win32/intl/bindtextdom.c +++ b/win32/intl/bindtextdom.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #include "intlconfig.h" diff --git a/win32/intl/dcgettext.c b/win32/intl/dcgettext.c index 344f85a7..64811b1e 100644 --- a/win32/intl/dcgettext.c +++ b/win32/intl/dcgettext.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #include "intlconfig.h" diff --git a/win32/intl/dgettext.c b/win32/intl/dgettext.c index ced30d37..264bba38 100644 --- a/win32/intl/dgettext.c +++ b/win32/intl/dgettext.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #include <intlconfig.h> diff --git a/win32/intl/explodename.c b/win32/intl/explodename.c index 8179ac40..a4f88c26 100644 --- a/win32/intl/explodename.c +++ b/win32/intl/explodename.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #include "intlconfig.h" diff --git a/win32/intl/finddomain.c b/win32/intl/finddomain.c index 3c04aabb..9d856e4b 100644 --- a/win32/intl/finddomain.c +++ b/win32/intl/finddomain.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #include "intlconfig.h" diff --git a/win32/intl/gettext.c b/win32/intl/gettext.c index 5c91adc7..b0f69a7b 100644 --- a/win32/intl/gettext.c +++ b/win32/intl/gettext.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #include "intlconfig.h" diff --git a/win32/intl/gettext.h b/win32/intl/gettext.h index 057e0226..9108a2ed 100644 --- a/win32/intl/gettext.h +++ b/win32/intl/gettext.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, - write to the Free Software Foundation, Inc., 51 Franklin Steet, + write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #ifndef _GETTEXT_H diff --git a/win32/intl/gettextP.h b/win32/intl/gettextP.h index 05d1eaaa..87b076c3 100644 --- a/win32/intl/gettextP.h +++ b/win32/intl/gettextP.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #ifndef _GETTEXTP_H #define _GETTEXTP_H diff --git a/win32/intl/hash-string.h b/win32/intl/hash-string.h index 19aa475b..9bb0014f 100644 --- a/win32/intl/hash-string.h +++ b/win32/intl/hash-string.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with the this program; see the file COPYING. If not, - write to the Free Software Foundation, Inc., 51 Franklin Steet, + write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ /* @@ end of prolog @@ */ diff --git a/win32/intl/intl-compat.c b/win32/intl/intl-compat.c index 20d41b29..5f90dab4 100644 --- a/win32/intl/intl-compat.c +++ b/win32/intl/intl-compat.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #include "intlconfig.h" diff --git a/win32/intl/l10nflist.c b/win32/intl/l10nflist.c index bf34bd23..d2c32df7 100644 --- a/win32/intl/l10nflist.c +++ b/win32/intl/l10nflist.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #include "intlconfig.h" diff --git a/win32/intl/libgettext.h b/win32/intl/libgettext.h index 3070ab7c..de4defd3 100644 --- a/win32/intl/libgettext.h +++ b/win32/intl/libgettext.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ /* Because on some systems (e.g. Solaris) we sometimes have to include the systems libintl.h as well as this file we have more complex diff --git a/win32/intl/libintl.h b/win32/intl/libintl.h index 1451bbb3..1dcc6af5 100644 --- a/win32/intl/libintl.h +++ b/win32/intl/libintl.h @@ -16,7 +16,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
/* REPLACEMENT FOR ORIGINAL LIBINTL.H for use with Windows32 */
diff --git a/win32/intl/loadinfo.h b/win32/intl/loadinfo.h index 71534a7b..48326e97 100644 --- a/win32/intl/loadinfo.h +++ b/win32/intl/loadinfo.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #ifndef PARAMS # if __STDC__ diff --git a/win32/intl/loadmsgcat.c b/win32/intl/loadmsgcat.c index 3e9b83a8..57d148c3 100644 --- a/win32/intl/loadmsgcat.c +++ b/win32/intl/loadmsgcat.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
#include "intlconfig.h"
diff --git a/win32/intl/localealias.c b/win32/intl/localealias.c index 76fb8882..dfdb8486 100644 --- a/win32/intl/localealias.c +++ b/win32/intl/localealias.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
#include "intlconfig.h"
diff --git a/win32/intl/textdomain.c b/win32/intl/textdomain.c index 5460724f..8ec2fd85 100644 --- a/win32/intl/textdomain.c +++ b/win32/intl/textdomain.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02111-1307 USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */ #include "intlconfig.h" |
