diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-11-29 20:57:13 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-11-29 20:57:13 +0100 |
commit | 02e2bd100bb6b5f8220aca4f949eb862000e8bcf (patch) | |
tree | f0d0c16bb7c82da805b89f974cfd734dd13f43a9 /vcl | |
parent | 8840cdc97740253902bf89d84c1f36b4cb7b8413 (diff) |
typo: seperator -> separator
Change-Id: Ifad806a4a846656f4b81439c596aa34d898d021a
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/toolbox2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index 4d0de02b184e..7a3a89b6bfb5 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -2120,7 +2120,7 @@ void ToolBox::UpdateCustomMenu() } } - // add a seperator below the inserted clipped-items + // add a separator below the inserted clipped-items pMenu->InsertSeparator( OString(), nSepPos ); // now append the items that are explicitly disabled |