From 758b7b183c9b898ecffcb02007527d0872bc2d5e Mon Sep 17 00:00:00 2001 From: Ayla Date: Tue, 29 Mar 2011 12:11:59 +0200 Subject: [PATCH] The GMENU2X_SYSTEM_DIR macro on gmenu2x.h now contains the installation path of GMenu2X (default: /usr/share/gmenu2x). --- src/gmenu2x.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gmenu2x.h b/src/gmenu2x.h index cf13c43..013aebd 100644 --- a/src/gmenu2x.h +++ b/src/gmenu2x.h @@ -36,6 +36,10 @@ #include #include +#ifndef GMENU2X_SYSTEM_DIR +#define GMENU2X_SYSTEM_DIR "/usr/share/gmenu2x" +#endif + const int MAX_VOLUME_SCALE_FACTOR = 200; // Default values - going to add settings adjustment, saving, loading and such const int VOLUME_SCALER_MUTE = 0;