mirror of https://github.com/PCSX2/pcsx2.git
GSNull: Stop it calling itself "Firewire" in the config etc.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5458 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
7d5201f328
commit
3d247da4c2
|
@ -52,7 +52,7 @@ END
|
||||||
|
|
||||||
IDD_CONFIG DIALOGEX 0, 0, 212, 121
|
IDD_CONFIG DIALOGEX 0, 0, 212, 121
|
||||||
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "Firewireconfigure"
|
CAPTION "GSNull Configuration"
|
||||||
FONT 8, "MS Sans Serif", 0, 0, 0x0
|
FONT 8, "MS Sans Serif", 0, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
DEFPUSHBUTTON "OK",IDOK,48,100,50,14
|
DEFPUSHBUTTON "OK",IDOK,48,100,50,14
|
||||||
|
@ -63,11 +63,11 @@ END
|
||||||
|
|
||||||
IDD_ABOUT DIALOGEX 0, 0, 177, 106
|
IDD_ABOUT DIALOGEX 0, 0, 177, 106
|
||||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "FireWire About"
|
CAPTION "GSNull About"
|
||||||
FONT 8, "MS Sans Serif", 0, 0, 0x0
|
FONT 8, "MS Sans Serif", 0, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
DEFPUSHBUTTON "OK",IDOK,65,85,50,14
|
DEFPUSHBUTTON "OK",IDOK,65,85,50,14
|
||||||
LTEXT "FireWire Driver",IDC_NAME,70,10,48,8
|
LTEXT "GS Driver",IDC_NAME,70,10,48,8
|
||||||
GROUPBOX "",IDC_STATIC,5,35,170,40
|
GROUPBOX "",IDC_STATIC,5,35,170,40
|
||||||
LTEXT "Author: Shadow and linuzappz",IDC_STATIC,29,19,141,10
|
LTEXT "Author: Shadow and linuzappz",IDC_STATIC,29,19,141,10
|
||||||
END
|
END
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//{{NO_DEPENDENCIES}}
|
//{{NO_DEPENDENCIES}}
|
||||||
// Microsoft Visual C++ generated include file.
|
// Microsoft Visual C++ generated include file.
|
||||||
// Used by FireWireNull.rc
|
// Used by GS.rc
|
||||||
//
|
//
|
||||||
#define IDD_CONFDLG 101
|
#define IDD_CONFDLG 101
|
||||||
#define IDD_CONFIG 101
|
#define IDD_CONFIG 101
|
||||||
|
|
Loading…
Reference in New Issue