From ca779ea7e08b8ca0802cd4faf0ff4877b3df4a74 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Mon, 1 Jun 2009 09:11:35 +0000 Subject: tweaked the UI of OpenGL plugin config dialog, updated translation git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23617 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfcdrom/interface.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'plugins/dfcdrom/interface.c') diff --git a/plugins/dfcdrom/interface.c b/plugins/dfcdrom/interface.c index af82de1f..5e6323e7 100644 --- a/plugins/dfcdrom/interface.c +++ b/plugins/dfcdrom/interface.c @@ -1,10 +1,4 @@ -/* - * DO NOT EDIT THIS FILE - it is generated by Glade. - */ - -#ifdef HAVE_CONFIG_H -# include -#endif +#include "config.h" #ifdef __linux__ @@ -101,7 +95,7 @@ create_cfg_dialog (void) cddev_entry = GTK_COMBO (cddev_combo)->entry; gtk_widget_show (cddev_entry); - gtk_tooltips_set_tip (tooltips, cddev_entry, _("Choose yor CD-ROM device or type its path if it's not listed"), NULL); + gtk_tooltips_set_tip (tooltips, cddev_entry, _("Choose your CD-ROM device or type its path if it's not listed"), NULL); gtk_entry_set_activates_default (GTK_ENTRY (cddev_entry), TRUE); cdr_label = gtk_label_new (_("Select CD-ROM device")); -- cgit v1.2.3