diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-23 07:26:10 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-23 07:26:10 +0000 |
| commit | e594a282ee9f0ed44e31ee787a36900d39fe96be (patch) | |
| tree | 0eb0bc9dd928a7484477e9e60c74ed03e8baa3aa /gui | |
| parent | 6078055e3e407033df88860f2ef5cf79abb934ab (diff) | |
| download | pcsxr-e594a282ee9f0ed44e31ee787a36900d39fe96be.tar.gz | |
trim the spaces. should be safe as the 2nd byte in shiftjis starts from 0x3f
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48569 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/AboutDlg.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/AboutDlg.c b/gui/AboutDlg.c index 03b62580..0cc1fe8c 100644 --- a/gui/AboutDlg.c +++ b/gui/AboutDlg.c @@ -19,6 +19,10 @@ #include "Linux.h" #include <gtk/gtk.h> +#if GTK_MAJOR_VERSION <= 2 && GTK_MINOR_VERSION < 12 +#define gtk_about_dialog_set_program_name gtk_about_dialog_set_name +#endif + #define ABOUT_VERSION "svn" void RunAboutDialog(void) { |
