diff options
author | Bradley Smith | 2008-08-03 19:58:45 +0100 |
---|---|---|
committer | Bradley Smith | 2008-08-03 19:58:45 +0100 |
commit | b039aa807bda4218143356d2a01b89da8f1ac6b5 (patch) | |
tree | f1aa3915808a807526efaed9d1ffd98721fdad02 /include | |
parent | Use pkg-config to check for Guile 1.8. (diff) | |
download | gnurobots-b039aa807bda4218143356d2a01b89da8f1ac6b5.tar.gz |
Correct Window title.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/ui-window-private.h | 2 | ||||
-rw-r--r-- | include/ui-window.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/ui-window-private.h b/include/ui-window-private.h index cfb8b63..f4ba459 100644 --- a/include/ui-window-private.h +++ b/include/ui-window-private.h @@ -1,6 +1,6 @@ /* Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> * - * GNU Robots UI Test, ui-window-private.h. + * GNU Robots, ui-window-private.h. * * GNU Robots is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/ui-window.h b/include/ui-window.h index 7b6c06f..d9740a2 100644 --- a/include/ui-window.h +++ b/include/ui-window.h @@ -1,6 +1,6 @@ /* Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> * - * GNU Robots UI Test, ui-window.h. + * GNU Robots, ui-window.h. * * GNU Robots is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |