summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-31 19:15:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-31 19:15:26 (GMT)
commit531be2e3a96bf13cd36035cec7faa31b2534a742 (patch)
treed8c2b5f6d5601a1adfa7356f45879bb5f0fca348 /src/main.c
parent1307580ca1ca820b57dcfbfcdcee9afe74cc1614 (diff)
Changed the location of installed plugins.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 05e2b15..bbd4d11 100644
--- a/src/main.c
+++ b/src/main.c
@@ -129,7 +129,8 @@ static void show_chrysalide_version(void)
printf(_("Pictures directory: %s\n"), PIXMAPS_DIR);
printf(_("Themes directory: %s\n"), THEMES_DIR);
- printf(_("Plugins directory: %s\n"), PLUGINS_DIR);
+ printf(_("Plugins library directory: %s\n"), PLUGINS_LIB_DIR);
+ printf(_("Plugins data directory: %s\n"), PLUGINS_DATA_DIR);
printf(_("Locale directory: %s\n"), LOCALE_DIR);
printf("\n");