Skip to content

Commit

Permalink
TVCap31
Browse files Browse the repository at this point in the history
  • Loading branch information
xtne6f committed Feb 11, 2024
1 parent 6038f6f commit 3d29b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TVCaptionMod2_Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TVTest TVCaptionMod2 Plugin ver.3.0
TVTest TVCaptionMod2 Plugin ver.3.1

■概要
odaruさんが公開された「字幕 Plugin For TVTest(20081216)」をベースに、mark10alsさ
Expand Down
4 changes: 2 additions & 2 deletions src/TVCaption2.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TVTestに字幕を表示するプラグイン(based on TVCaption 2008-12-16 by odaru)
// 最終更新: 2024-01-18
// 最終更新: 2024-02-11
// 署名: xt(849fa586809b0d16276cd644c6749503)
#include <Windows.h>
#include <memory>
Expand Down Expand Up @@ -33,7 +33,7 @@ const UINT WM_APP_DONE_MOVE = WM_APP + 2;
const UINT WM_APP_RESET_OSDS = WM_APP + 4;

const TCHAR INFO_PLUGIN_NAME[] = TEXT("TVCaptionMod2");
const TCHAR INFO_DESCRIPTION[] = TEXT("字幕を表示 (ver.3.0; based on TVCaption081216 by odaru)");
const TCHAR INFO_DESCRIPTION[] = TEXT("字幕を表示 (ver.3.1; based on TVCaption081216 by odaru)");
const int INFO_VERSION = 16;
const TCHAR TV_CAPTION2_WINDOW_CLASS[] = TEXT("TVTest TVCaption2");

Expand Down

0 comments on commit 3d29b1e

Please sign in to comment.