Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code

This commit is contained in:
Peter Howkins 2018-04-02 20:32:56 +01:00
commit bcee6be5d8
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ void InitBuiltinSystemMenu(void)
else
{
/* put it together */
snprintf(dsm, sizeof(dsm), "%s\n{\n%s)\n%s\n%s\n%s\n%s\n%s\n no-label f.separator\n",
snprintf(dsm, sizeof(dsm), "%s\n{\n%s\n%s\n%s\n%s\n%s\n%s\n no-label f.separator\n",
defaultSystemMenuName, ResString, MovString,
SizString, MinString, MaxString, LowString);
#ifdef WSM