summaryrefslogtreecommitdiff
path: root/src/fr-error.c
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-09 23:50:08 -0300
committerPerberos <[email protected]>2011-11-09 23:50:08 -0300
commit21b3ff82393313b00f352c84cdd21c40fb84e27e (patch)
tree1149dce0ee76c2cf72793d633b5d2f5c4ed651f4 /src/fr-error.c
parent70438138096a47b2505ac55634cd94947ce378b6 (diff)
downloadengrampa-21b3ff82393313b00f352c84cdd21c40fb84e27e.tar.bz2
engrampa-21b3ff82393313b00f352c84cdd21c40fb84e27e.tar.xz
renaming fileroller to engrampa
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;
}