[gcab] Update POTFILES
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcab] Update POTFILES
- Date: Fri, 25 Jan 2013 21:11:40 +0000 (UTC)
commit 2f9952cb25e9f67ab05a7dbf65b7befe0f1cca01
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Fri Jan 25 22:11:34 2013 +0100
Update POTFILES
libgcab/cabinet.c | 2 +-
po/POTFILES.in | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgcab/cabinet.c b/libgcab/cabinet.c
index bc913b2..31a3cf5 100644
--- a/libgcab/cabinet.c
+++ b/libgcab/cabinet.c
@@ -17,7 +17,7 @@ static gboolean
cdata_set (cdata_t *cd, int type, guint8 *data, size_t size)
{
if (type > GCAB_COMPRESSION_MSZIP) {
- g_critical (_("unsupported compression method"));
+ g_critical (_("unsupported compression method %d"), type);
return FALSE;
}
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 08fe625..3c32ae1 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,5 @@
gcab.c
+libgcab/cabinet.c
libgcab/gcab-cabinet.c
libgcab/gcab-file.c
libgcab/gcab-folder.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]