Skip to content

Commit 1b3417e

Browse files
Update main.cpp
1 parent 425f9e9 commit 1b3417e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ int APIENTRY _tWinMain(HINSTANCE I, HINSTANCE PI, LPTSTR CL, int SC)
177177
ghw_main = CreateWindowEx(
178178
0,
179179
wc.lpszClassName,
180-
_T("4ccEditor Akko League VI Edition (Version A)"),
180+
_T("4ccEditor Akko League VI Edition (Version B)"),
181181
WS_OVERLAPPEDWINDOW,
182182
20, 20, 1120+144, 700,
183183
NULL, NULL, ghinst, NULL);
@@ -5838,3 +5838,4 @@ void update_tables()
58385838

58395839

58405840

5841+

0 commit comments

Comments
 (0)