|
@@ -1587,7 +1587,8 @@ namespace XHWK.WKTool
|
1587
|
1587
|
{
|
1588
|
1588
|
try
|
1589
|
1589
|
{
|
1590
|
|
- bool isName = ModifyPathName(pageData.menuList[Subscript].FileGuid, pageData.menuList[Subscript].VideoName, out string Errmessage);
|
|
1590
|
+ string newName = pageData.menuList[Subscript].VideoName + pageData.menuList[Subscript].VideoType;
|
|
1591
|
+ bool isName = ModifyPathName(pageData.menuList[Subscript].FileGuid, newName, out string Errmessage);
|
1591
|
1592
|
if (!isName)
|
1592
|
1593
|
{
|
1593
|
1594
|
MessageWindow.Show(Errmessage);
|