mirror of https://github.com/PCSX2/pcsx2.git
Change Graphical to Graphics
This commit is contained in:
parent
2925f3635f
commit
0fcabe2b8e
|
@ -240,7 +240,7 @@ END
|
|||
|
||||
IDD_CONFIG DIALOGEX 0, 0, 242, 315
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Graphical Settings"
|
||||
CAPTION "Graphics Settings"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
// General Settings:
|
||||
|
|
|
@ -643,7 +643,7 @@ bool RunLinuxDialog()
|
|||
|
||||
/* Create the widgets */
|
||||
dialog = gtk_dialog_new_with_buttons(
|
||||
"Graphical Settings",
|
||||
"Graphics Settings",
|
||||
NULL, /* parent window*/
|
||||
(GtkDialogFlags)(GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT),
|
||||
"OK", GTK_RESPONSE_ACCEPT,
|
||||
|
|
|
@ -192,7 +192,7 @@ static std::string KeyName(int pad, int key, int keysym)
|
|||
PADDialog::PADDialog()
|
||||
: wxDialog(NULL, // Parent
|
||||
wxID_ANY, // ID
|
||||
_T("GamePad Settings"), // Title
|
||||
_T("Gamepad Settings"), // Title
|
||||
wxDefaultPosition, // Position
|
||||
wxSize(DEFAULT_WIDTH, DEFAULT_HEIGHT), // Width + Lenght
|
||||
// Style
|
||||
|
|
Loading…
Reference in New Issue