summaryrefslogtreecommitdiff
path: root/gui/AboutDlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/AboutDlg.c')
-rwxr-xr-xgui/AboutDlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/AboutDlg.c b/gui/AboutDlg.c
index 43c9851c..d01dd291 100755
--- a/gui/AboutDlg.c
+++ b/gui/AboutDlg.c
@@ -88,6 +88,7 @@ void RunAboutDialog(void) {
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.");
AboutDlg = gtk_about_dialog_new();
+ gtk_window_set_resizable(GTK_WINDOW(AboutDlg), TRUE);
gtk_about_dialog_set_program_name(GTK_ABOUT_DIALOG(AboutDlg), "PCSX-Reloaded");
gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(AboutDlg), ABOUT_VERSION);
gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(AboutDlg), "http://pcsxr.codeplex.com/");