Search engine: move string constants from code of normal search to common code area (lib.c)

This commit is contained in:
Slava Zanko 2009-04-25 16:53:05 +03:00
parent f8deaf63bc
commit 94bb61742b
2 changed files with 3 additions and 3 deletions

View File

@ -36,6 +36,9 @@
/*** global variables ****************************************************************************/
char STR_E_NOTFOUND[] = N_(" Search string not found ");
char STR_E_UNKNOWN_TYPE[] = N_(" Unknown search type ");
/*** file scope macro definitions ****************************************************************/
/*** file scope type declarations ****************************************************************/

View File

@ -36,9 +36,6 @@
/*** global variables ****************************************************************************/
char STR_E_NOTFOUND[] = N_(" Search string not found ");
char STR_E_UNKNOWN_TYPE[] = N_(" Unknown search type ");
/*** file scope macro definitions ****************************************************************/
/*** file scope type declarations ****************************************************************/