summaryrefslogtreecommitdiff
path: root/src/fr-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-error.c')
-rw-r--r--src/fr-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-error.c b/src/fr-error.c
index ab48661..9473b6f 100644
--- a/src/fr-error.c
+++ b/src/fr-error.c
@@ -30,7 +30,7 @@ fr_error_quark (void)
static GQuark quark;
if (!quark)
- quark = g_quark_from_static_string ("file_roller_error");
+ quark = g_quark_from_static_string ("engrampa_error");
return quark;
}