mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +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 ****************************************************************************/
|
/*** 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 macro definitions ****************************************************************/
|
||||||
|
|
||||||
/*** file scope type declarations ****************************************************************/
|
/*** file scope type declarations ****************************************************************/
|
||||||
|
@ -36,9 +36,6 @@
|
|||||||
|
|
||||||
/*** global variables ****************************************************************************/
|
/*** 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 macro definitions ****************************************************************/
|
||||||
|
|
||||||
/*** file scope type declarations ****************************************************************/
|
/*** file scope type declarations ****************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user