summaryrefslogtreecommitdiffstats
path: root/src/gui/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 01:44:57 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 01:44:57 +0000
commitc94457731f1fbddbb3e659a3682f705b260b249f (patch)
tree23f3f925327cb7bfc32c6b0a47ca651ba4bea83a /src/gui/wscript
parentcf54391f7ca67774546380ef08f654d91a94c0cd (diff)
downloadingen-c94457731f1fbddbb3e659a3682f705b260b249f.tar.gz
ingen-c94457731f1fbddbb3e659a3682f705b260b249f.tar.bz2
ingen-c94457731f1fbddbb3e659a3682f705b260b249f.zip
BreadCrumbBox => BreadCrumbs.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2072 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/wscript')
-rw-r--r--src/gui/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript
index 443c500e..6ae349c2 100644
--- a/src/gui/wscript
+++ b/src/gui/wscript
@@ -5,7 +5,7 @@ def build(bld):
obj = bld.new_task_gen('cxx', 'shlib')
obj.source = '''
App.cpp
- BreadCrumbBox.cpp
+ BreadCrumbs.cpp
Configuration.cpp
ConnectWindow.cpp
ControlPanel.cpp