Skip to content

Commit

Permalink
Merge 5ac609d into d3282c4
Browse files Browse the repository at this point in the history
  • Loading branch information
jarupxx authored Sep 18, 2022
2 parents d3282c4 + 5ac609d commit da72eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions STEP_ape/runtak/runtak.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion STEP_mp3/STEP_mp3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ STEP_API void WINAPI STEPShowOptionDialog(HWND hWnd)
CPropertySheet page;
CDlgFileRmpID3v2 dlg1;
CDlgDefaultValue dlg2;
page.SetTitle(CString(STEPGetPluginName()) + " オプション設定");
page.SetTitle(CString(STEPGetPluginName()) + _T(" オプション設定"));
dlg1.m_bRmpID3tagAutoWrite = bOptRmpID3tagAutoWrite;
dlg1.m_bAutoConvRMP = true;//bOptAutoConvRMP;
dlg1.m_nSIFieldConvertType = nOptSIFieldConvType;
Expand Down

0 comments on commit da72eae

Please # to comment.