aboutsummaryrefslogtreecommitdiff
path: root/src/graph/view2D/process2d.c
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-26 01:32:36 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-26 01:32:36 +0000
commit97b5280bd5ff44b94213559391421ba39e11249a (patch)
treef930082be0d2b016348977f90605ae7ac49f0b81 /src/graph/view2D/process2d.c
parentfe07321807b8be45945bd445abd7d93ad9c8f513 (diff)
downloadopen-axiom-97b5280bd5ff44b94213559391421ba39e11249a.tar.gz
Cleanup, part 1.
Diffstat (limited to 'src/graph/view2D/process2d.c')
-rw-r--r--src/graph/view2D/process2d.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/graph/view2D/process2d.c b/src/graph/view2D/process2d.c
index 97f641ef..595e5a1c 100644
--- a/src/graph/view2D/process2d.c
+++ b/src/graph/view2D/process2d.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1991-2002, The Numerical ALgorithms Group Ltd.
+ Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
Copyright (C) 2007-2008, Gabriel Dos Reis.
All rights reserved.
@@ -16,7 +16,7 @@
the documentation and/or other materials provided with the
distribution.
- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+ - Neither the name of The Numerical Algorithms Group Ltd. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
@@ -193,7 +193,7 @@ buttonAction (int bKey)
case pick2D:
if (viewAloned) {
- sprintf(control->message,"%s","Cannot pick without AXIOM!");
+ sprintf(control->message,"%s","Cannot pick without OpenAxiom!");
writeControlMessage();
XSync(dsply,False);
}
@@ -207,7 +207,7 @@ buttonAction (int bKey)
case drop2D:
if (viewAloned) {
- sprintf(control->message,"%s","Cannot drop without AXIOM!");
+ sprintf(control->message,"%s","Cannot drop without OpenAxiom!");
writeControlMessage();
XSync(dsply,False);
} else {