From 0fe2deafe57119477fa8982a7c508f2f571df579 Mon Sep 17 00:00:00 2001 From: PKEuS Date: Sat, 27 Oct 2012 11:18:41 +0200 Subject: [PATCH] Fixed compiler error introduced by last commit. --- gui/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/common.h b/gui/common.h index 7d0a395d8..9788cba80 100644 --- a/gui/common.h +++ b/gui/common.h @@ -76,7 +76,7 @@ #define SETTINGS_INLINE_SUPPRESSIONS "Inline suppressions" #define SETTINGS_INCONCLUSIVE_ERRORS "Inconclusive errors" #define SETTINGS_MRU_PROJECTS "MRU Projects" -#define SETTINGS_DISPLAY_ERROR_ID "Show error Id" +#define SETTINGS_SHOW_ERROR_ID "Show error Id" // The maximum value for the progress bar #define PROGRESS_MAX 1024.0