aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/stk2/main.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-30 02:33:10 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-30 02:33:10 +0000
commit86bdc7d828f8df51a072da396217ce6c38b7034a (patch)
tree4c5bbfeadd75ba0821c54d02f6103e74811e7b3a /externals/grill/flext/tutorial/stk2/main.cpp
parentd5c52075e76d9eb3a373b6367f59d457ee9e7c71 (diff)
""
svn path=/trunk/; revision=739
Diffstat (limited to 'externals/grill/flext/tutorial/stk2/main.cpp')
-rw-r--r--externals/grill/flext/tutorial/stk2/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/tutorial/stk2/main.cpp b/externals/grill/flext/tutorial/stk2/main.cpp
index bb440c91..b356d020 100644
--- a/externals/grill/flext/tutorial/stk2/main.cpp
+++ b/externals/grill/flext/tutorial/stk2/main.cpp
@@ -86,7 +86,7 @@ bool stk2::NewObjs()
vec = new MY_FLOAT[Blocksize()];
}
catch (StkError &) {
- post("%s - Noise() setup failed!",thisName());
+ post("%s - Creation failed!",thisName());
ok = false;
}
return ok;