Skip to content

Commit

Permalink
Merge branch '2495_show_addition_info_about_macros'
Browse files Browse the repository at this point in the history
* 2495_show_addition_info_about_macros:
  Ticket #2495 (show info about macros)
  • Loading branch information
ilia-maslakov committed Jun 11, 2012
2 parents 2b34139 + 18f555a commit 5583df3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/textconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ());

}
Expand Down

0 comments on commit 5583df3

Please sign in to comment.