diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-05 20:14:44 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-05 20:14:44 +0000 |
| commit | bcd804c6c383e2964b072257da282d9a91db7d16 (patch) | |
| tree | aa9617b1045a4dda778ac86c7fc5c4ef22eef535 /src/doxygen-main.cpp | |
| parent | add test code for bug #967416 (diff) | |
| download | inkscape-bcd804c6c383e2964b072257da282d9a91db7d16.tar.gz inkscape-bcd804c6c383e2964b072257da282d9a91db7d16.zip | |
C++ify context menu:
- c++ified context-menu.cpp (and included in interface.cpp)
- removed dozens of pointer conversions (of which some were erroneous)
- fixed a memory leak
- added some null pointer checks to prevent crashes
(bzr r11160)
Diffstat (limited to 'src/doxygen-main.cpp')
| -rw-r--r-- | src/doxygen-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen-main.cpp b/src/doxygen-main.cpp index ea4d056ce..70c62b3a9 100644 --- a/src/doxygen-main.cpp +++ b/src/doxygen-main.cpp @@ -305,7 +305,7 @@ namespace XML {} * [\ref help.cpp] [\ref inkscape.cpp] [\ref inkscape-stock.cpp] * [\ref interface.cpp, \ref memeq.h] [\ref main.cpp, \ref winmain.cpp] * [\ref menus-skeleton.h, \ref preferences-skeleton.h] - * [\ref context-menu.cpp] [\ref select-toolbar.cpp] [\ref shortcuts.cpp] + * [\ref select-toolbar.cpp] [\ref shortcuts.cpp] * [\ref sp-cursor.cpp] [\ref text-edit.cpp] [\ref toolbox.cpp, \ref ui/widget/toolbox.cpp] * Inkscape::Verb [\ref verbs.h] * |
