mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge pull request #1159 from ONLYOFFICE/patch/hotfix/v8.0.1_r5
Projicons: fix form name
This commit is contained in:
@ -77,7 +77,7 @@ int main(int argc, char *argv[])
|
||||
"New document",
|
||||
"New spreadsheet",
|
||||
"New presentation",
|
||||
"New form template"
|
||||
"New PDF form"
|
||||
};
|
||||
CreateJumpList(_cmdArgs.size() > MIN_TASK_NUM ? _cmdArgs.mid(1) : defaultTitles);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user