mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtsession: SmUI.c: fix ancient typo
This commit is contained in:
parent
f46a9c62b9
commit
9c92d5a4ee
1 changed files with 1 additions and 1 deletions
|
@ -1603,7 +1603,7 @@ SimpleOK(
|
||||||
}
|
}
|
||||||
if(dismissDialog == smDD.clientReasons)
|
if(dismissDialog == smDD.clientReasons)
|
||||||
{
|
{
|
||||||
reasonsDialogOK == True;
|
reasonsDialogOK = True;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue