diff options
author | David Robillard <d@drobilla.net> | 2007-02-23 07:18:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-23 07:18:39 +0000 |
commit | 8a7533dffc55a61574900cc6a7d6791740ad338d (patch) | |
tree | 91d93a28d0c2ff5113d81ad34465dbf449dd1926 /src/progs/ingenuity/BreadCrumbBox.cpp | |
parent | c3bc821d163561e5542b41788548e4972fdc12e9 (diff) | |
download | ingen-8a7533dffc55a61574900cc6a7d6791740ad338d.tar.gz ingen-8a7533dffc55a61574900cc6a7d6791740ad338d.tar.bz2 ingen-8a7533dffc55a61574900cc6a7d6791740ad338d.zip |
Toolbar/breadcrumb fixes.
git-svn-id: http://svn.drobilla.net/lad/ingen@329 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingenuity/BreadCrumbBox.cpp')
-rw-r--r-- | src/progs/ingenuity/BreadCrumbBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progs/ingenuity/BreadCrumbBox.cpp b/src/progs/ingenuity/BreadCrumbBox.cpp index 35fadfc6..a82a4325 100644 --- a/src/progs/ingenuity/BreadCrumbBox.cpp +++ b/src/progs/ingenuity/BreadCrumbBox.cpp @@ -40,7 +40,7 @@ BreadCrumbBox::view(const Path& path) } -/** Sets up the crumbs to display a @a path. +/** Sets up the crumbs to display @a path. * * If @a path is already part of the shown path, it will be selected and the * children preserved. |