Hi,
I created a new hrc & src in svx/source/tbxctrls to define a resource
entry for the string 'Find' of Find Toolbar(some other strings will also
be defined later). The new hrc is defined as:
#define RID_SVXSTR_FINDBAR_FIND 1
, and the src is defined as:
String RID_SVXSTR_FINDBAR_FIND
{
Text [ en-US ] = "Find" ;
};
There would be a compiling warning "Global resources should have an
identifier >= 256", so I changed 1 to 256. Will this number(256) be
conflicted with other identifier number? How to choose the identifier
number when defining a resource entry?
Regards,
Yan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@framework.openoffice.org
For additional commands, e-mail: dev-h...@framework.openoffice.org