mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtwm/WmResource.c: remove errant ')' added in previous commit
This commit is contained in:
parent
8362f92ceb
commit
2cac2a29ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue