From 7850c907e6ec8158937dcc46bc0c43dde816f6d5 Mon Sep 17 00:00:00 2001 From: mahlzeit Date: Fri, 25 Jun 2004 09:01:16 +0000 Subject: [PATCH] Haiku be thy name. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8155 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/rc/docs/rc.html | 2 +- src/tools/rc/rc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"