aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/hardinfo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h
index bf721b54..83fe6090 100644
--- a/includes/hardinfo.h
+++ b/includes/hardinfo.h
@@ -33,9 +33,9 @@
#define HARDINFO2_COPYRIGHT_LATEST_YEAR 2024
-#ifndef LOCALEDIR
+/*#ifndef LOCALEDIR
#define LOCALEDIR "/usr/share/locale"
-#endif
+#endif*/
typedef enum {
MODULE_FLAG_NONE = 0,
@@ -75,6 +75,7 @@ struct _ProgramParameters {
gchar *result_format;
gchar *path_lib;
gchar *path_data;
+ gchar *path_locale;
gchar *argv0;
};