mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Search engine: move string constants from code of normal search to common code area (lib.c)
This commit is contained in:
parent
f8deaf63bc
commit
94bb61742b
@ -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 ****************************************************************/
|
||||
|
@ -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 ****************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user