0.48.005 - Also fixed some locale issues

This commit is contained in:
jp9000 2013-03-30 13:47:24 -07:00
parent 1467fa6c04
commit 13f60be92e
3 changed files with 4 additions and 4 deletions

4
OBS.rc
View File

@ -163,9 +163,9 @@ BEGIN
PUSHBUTTON "Remove",IDC_REMOVE,301,58,75,14
LTEXT "Settings.General.Restart",IDC_INFO,7,145,409,48,NOT WS_VISIBLE
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,
"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
IDD_SETTINGS_AUDIO DIALOGEX 0, 0, 427, 336

View File

@ -73,7 +73,7 @@ extern TCHAR lpAppPath[MAX_PATH];
extern TCHAR lpAppDataPath[MAX_PATH];
#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_TEST_BUILD 1 //define this if releasing a test build to disable the auto updater

View File

@ -12,7 +12,7 @@ DeviceSelection.Color "Color:"
DeviceSelection.Config "Configure"
DeviceSelection.Crossbarselect "Select Device Crossbar:"
DeviceSelection.CustomResolution "Custom Resolution:"
DeviceSelection.Delay "Delay (milliseconds):"
DeviceSelection.Delay "Buffer Delay (milliseconds):"
DeviceSelection.Device "Device:"
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."