Merge branch '2495_show_addition_info_about_macros'

* 2495_show_addition_info_about_macros:
  Ticket #2495 (show info about macros)
This commit is contained in:
Ilia Maslakov 2012-06-11 07:59:00 +04:00
commit 5583df3350
1 changed files with 4 additions and 1 deletions

View File

@ -207,7 +207,10 @@ show_datadirs_extended (void)
#ifdef ENABLE_VFS_FISH
PRINTF ("fish:", mc_config_get_data_path (), FISH_PREFIX "/");
#endif
#ifdef USE_INTERNAL_EDIT
PRINTF ("mcedit macros:", mc_config_get_data_path (), MC_MACRO_FILE);
PRINTF ("mcedit external macros:", mc_config_get_data_path (), MC_EXTMACRO_FILE ".*");
#endif
PRINTF_SECTION2 (_("Cache directory:"), mc_config_get_cache_path ());
}