diff --git a/Lib/screen-capture-recorder-x64.dll b/Lib/screen-capture-recorder-x64.dll index 1ed981ea4..686adfeb6 100644 Binary files a/Lib/screen-capture-recorder-x64.dll and b/Lib/screen-capture-recorder-x64.dll differ diff --git a/Lib/screen-capture-recorder.dll b/Lib/screen-capture-recorder.dll index d652275c7..f55af4339 100644 Binary files a/Lib/screen-capture-recorder.dll and b/Lib/screen-capture-recorder.dll differ diff --git a/Lib/virtual-audio-capturer-x64.dll b/Lib/virtual-audio-capturer-x64.dll index dabdbb722..367a378ec 100644 Binary files a/Lib/virtual-audio-capturer-x64.dll and b/Lib/virtual-audio-capturer-x64.dll differ diff --git a/Lib/virtual-audio-capturer.dll b/Lib/virtual-audio-capturer.dll index 4dc875f19..37ee95ee8 100644 Binary files a/Lib/virtual-audio-capturer.dll and b/Lib/virtual-audio-capturer.dll differ diff --git a/ShareX.HelpersLib/Properties/Resources.Designer.cs b/ShareX.HelpersLib/Properties/Resources.Designer.cs index f81089880..c956864c7 100644 --- a/ShareX.HelpersLib/Properties/Resources.Designer.cs +++ b/ShareX.HelpersLib/Properties/Resources.Designer.cs @@ -78,7 +78,7 @@ internal static string ActionsCodeMenuEntry_OutputFilePath_File_path_without_ext "me_extension_", resourceCulture); } } - + /// /// Looks up a localized string similar to abandoned ///able @@ -377,7 +377,7 @@ internal static string AmazonS3StorageClass_STANDARD_IA { return ResourceManager.GetString("AmazonS3StorageClass_STANDARD_IA", resourceCulture); } } - + /// /// Looks up a localized string similar to aardvark ///aardwolf @@ -3278,5 +3278,14 @@ internal static string UrlShortenerType_CustomURLShortener { return ResourceManager.GetString("UrlShortenerType_CustomURLShortener", resourceCulture); } } + + /// + /// Looks up a localized string similar to Browse for a sound file.... + /// + internal static string WavFileNameEditor_EditValue_Browse_for_a_sound_file___ { + get { + return ResourceManager.GetString("WavFileNameEditor_EditValue_Browse_for_a_sound_file___", resourceCulture); + } + } } } diff --git a/ShareX.HelpersLib/Properties/Resources.de.resx b/ShareX.HelpersLib/Properties/Resources.de.resx index ef8ffb9fd..309b101d1 100644 --- a/ShareX.HelpersLib/Properties/Resources.de.resx +++ b/ShareX.HelpersLib/Properties/Resources.de.resx @@ -895,4 +895,7 @@ Möchtest du sie herunterladen? Bild zuschneiden + + Nach .wav durchsuchen... + \ No newline at end of file diff --git a/ShareX.HelpersLib/Properties/Resources.resx b/ShareX.HelpersLib/Properties/Resources.resx index ba47b72d8..913f5642c 100644 --- a/ShareX.HelpersLib/Properties/Resources.resx +++ b/ShareX.HelpersLib/Properties/Resources.resx @@ -1157,4 +1157,7 @@ Would you like to download it? Random adjective + + Browse for a sound file... + \ No newline at end of file diff --git a/ShareX.HelpersLib/UITypeEditors/WavFileNameEditor.cs b/ShareX.HelpersLib/UITypeEditors/WavFileNameEditor.cs index 5ea3a7119..904578ec6 100644 --- a/ShareX.HelpersLib/UITypeEditors/WavFileNameEditor.cs +++ b/ShareX.HelpersLib/UITypeEditors/WavFileNameEditor.cs @@ -41,7 +41,7 @@ public override object EditValue(ITypeDescriptorContext context, IServiceProvide } using (OpenFileDialog dlg = new OpenFileDialog()) { - dlg.Title = Resources.ExeFileNameEditor_EditValue_Browse_for_executable___; + dlg.Title = Resources.WavFileNameEditor_EditValue_Browse_for_a_sound_file___; dlg.Filter = "Sound file (*.wav)|*.wav"; if (dlg.ShowDialog() == DialogResult.OK) { diff --git a/ShareX.Setup/InnoSetup/Recorder-devices-setup.iss b/ShareX.Setup/InnoSetup/Recorder-devices-setup.iss index b97532b87..1ac5ed2af 100644 --- a/ShareX.Setup/InnoSetup/Recorder-devices-setup.iss +++ b/ShareX.Setup/InnoSetup/Recorder-devices-setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Recorder Devices for ShareX" -#define MyAppVersion "0.12.8" +#define MyAppVersion "0.12.10" #define MyAppRootDirectory "..\.." #define MyAppOutputDirectory MyAppRootDirectory + "\Output" #define MyAppLibDirectory MyAppRootDirectory + "\Lib"