0.48.005 - Also fixed some locale issues
This commit is contained in:
parent
1467fa6c04
commit
13f60be92e
4
OBS.rc
4
OBS.rc
@ -163,9 +163,9 @@ BEGIN
|
|||||||
PUSHBUTTON "Remove",IDC_REMOVE,301,58,75,14
|
PUSHBUTTON "Remove",IDC_REMOVE,301,58,75,14
|
||||||
LTEXT "Settings.General.Restart",IDC_INFO,7,145,409,48,NOT WS_VISIBLE
|
LTEXT "Settings.General.Restart",IDC_INFO,7,145,409,48,NOT WS_VISIBLE
|
||||||
CONTROL "Settings.General.Notification",IDC_NOTIFICATIONICON,
|
CONTROL "Settings.General.Notification",IDC_NOTIFICATIONICON,
|
||||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,172,94,108,10,WS_EX_RIGHT
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,94,264,10,WS_EX_RIGHT
|
||||||
CONTROL "Settings.General.NotificationMinimize",IDC_MINIZENOTIFICATION,
|
CONTROL "Settings.General.NotificationMinimize",IDC_MINIZENOTIFICATION,
|
||||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,146,110,134,10,WS_EX_RIGHT
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,110,261,10,WS_EX_RIGHT
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_SETTINGS_AUDIO DIALOGEX 0, 0, 427, 336
|
IDD_SETTINGS_AUDIO DIALOGEX 0, 0, 427, 336
|
||||||
|
@ -73,7 +73,7 @@ extern TCHAR lpAppPath[MAX_PATH];
|
|||||||
extern TCHAR lpAppDataPath[MAX_PATH];
|
extern TCHAR lpAppDataPath[MAX_PATH];
|
||||||
|
|
||||||
#define OBS_VERSION 0x000472
|
#define OBS_VERSION 0x000472
|
||||||
#define OBS_VERSION_STRING_ANSI "Open Broadcaster Software v0.48.001b (experimental test build)"
|
#define OBS_VERSION_STRING_ANSI "Open Broadcaster Software v0.48.005b (experimental test build)"
|
||||||
#define OBS_VERSION_STRING TEXT(OBS_VERSION_STRING_ANSI)
|
#define OBS_VERSION_STRING TEXT(OBS_VERSION_STRING_ANSI)
|
||||||
#define OBS_TEST_BUILD 1 //define this if releasing a test build to disable the auto updater
|
#define OBS_TEST_BUILD 1 //define this if releasing a test build to disable the auto updater
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ DeviceSelection.Color "Color:"
|
|||||||
DeviceSelection.Config "Configure"
|
DeviceSelection.Config "Configure"
|
||||||
DeviceSelection.Crossbarselect "Select Device Crossbar:"
|
DeviceSelection.Crossbarselect "Select Device Crossbar:"
|
||||||
DeviceSelection.CustomResolution "Custom Resolution:"
|
DeviceSelection.CustomResolution "Custom Resolution:"
|
||||||
DeviceSelection.Delay "Delay (milliseconds):"
|
DeviceSelection.Delay "Buffer Delay (milliseconds):"
|
||||||
DeviceSelection.Device "Device:"
|
DeviceSelection.Device "Device:"
|
||||||
DeviceSelection.ExistsInScene "A source using this device already exists."
|
DeviceSelection.ExistsInScene "A source using this device already exists."
|
||||||
DeviceSelection.ExistsSomewhere "This device is currently being used as a source in one or more scenes."
|
DeviceSelection.ExistsSomewhere "This device is currently being used as a source in one or more scenes."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user