diff --git a/src/tools/rc/docs/rc.html b/src/tools/rc/docs/rc.html index 4850a564bc..c103b295f4 100644 --- a/src/tools/rc/docs/rc.html +++ b/src/tools/rc/docs/rc.html @@ -392,7 +392,7 @@ minor, variety, internal
string short_info, long_info

Authors

-

The rc resource compiler and its companion library librdef were written by Matthijs Hollemans for the OpenBeOS project. Thanks to Ingo Weinhold for the Jamfile and the Jam rules. Comments, bug reports, suggestions, and patches are welcome!

+

The rc resource compiler and its companion library librdef were written by Matthijs Hollemans for the Haiku project. Thanks to Ingo Weinhold for the Jamfile and the Jam rules. Comments, bug reports, suggestions, and patches are welcome!

diff --git a/src/tools/rc/rc.cpp b/src/tools/rc/rc.cpp index 4ad886c7be..1c4c69b529 100644 --- a/src/tools/rc/rc.cpp +++ b/src/tools/rc/rc.cpp @@ -27,7 +27,7 @@ #include "rdef.h" -#define TITLE "OpenBeOS Resource Compiler 1.1" +#define TITLE "Haiku Resource Compiler 1.1" #define DEFAULT_OUT_RSRC "out.rsrc" #define DEFAULT_OUT_RDEF "out.rdef"