Re: Code freeze break request
Christian Kellner <[email protected]> Fri, 07 Mar 2008 21:17:15 +0100
| Newsgroups | gmane.comp.gnome.vfs.general |
|---|---|
| Message-ID | <1204921035.6534.5.camel@photon> |
--===============1727807816==
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature";
boundary="=-2zp2hj+PLIhp2ZWpyIgX"
--=-2zp2hj+PLIhp2ZWpyIgX
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Hey guys,
> 1 - Translate cd media names, like N_("Blank CD-ROM Disc"):
I have an update version of the first patch. We didnt use the
correct gettext version for it and forgot about another location.
Sebastien Bacher spotted the error and confirmed it works.
Good to commit?
Cheers,
Christian
Index: hal/ghalmount.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- hal/ghalmount.c (revision 1611)
+++ hal/ghalmount.c (working copy)
@@ -209,9 +209,9 @@
}
=20
if (is_blank)
- return gettext(disc_data[n].ui_name_blank);
+ return dgettext (GETTEXT_PACKAGE, disc_data[n].ui_name_blank);
else
- return gettext(disc_data[n].ui_name);
+ return dgettext (GETTEXT_PACKAGE, disc_data[n].ui_name);
}
=20
typedef struct _MountIconSearchData
Index: hal/ghalvolume.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- hal/ghalvolume.c (revision 1611)
+++ hal/ghalvolume.c (working copy)
@@ -184,9 +184,9 @@
}
=20
if (is_blank)
- return disc_data[n].ui_name_blank;
+ return dgettext (GETTEXT_PACKAGE, disc_data[n].ui_name_blank);
else
- return disc_data[n].ui_name;
+ return dgettext (GETTEXT_PACKAGE, disc_data[n].ui_name);
}
--=-2zp2hj+PLIhp2ZWpyIgX
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iQG5AwUAR9Giy2ToduALyQH/AQLKGg0gn4UIYSoSIdrEe2J/mMCiwqgBFmtJ+zKR
as4oCf8NfkfqSd9Ef/KVYPa32EG91ldcnawLIyva4FXcYSE774olP0Rrr+0wccTg
OITghikfxLQZduK88ToP8TnMwxUo+1l2E2z+w/6q2cjdnZWppJkJ9thZhjFAqoDO
va89/gDFIiHPjooe0BinWWaRtyzrcvk6nIqvH+77svgXIhbBs0LKIa3bD46G9HAT
8acua75QUDUtN1/mvF5AKxiJ1me1ikzN+A4alesRejEy9t07ORaVbCZtK/sXFsSN
1PHvDFibFrgnGnR89FnGLvukmhj1KMnYNPdLP2nm1ykDLxC4kiuNQDmE1VPuVhq2
NmzbS6kjhBOw7aIfR3Dfw9vw9BtaMccRB9fVfNH+BNh+8XjFARDI28e0wJuHh7eO
mJC/ZbP8Lx8sz+XiwJwj7QOg7DoM6Z9AXYCgyR7o3y86cgqafxcJmxepgB+y2D3D
5rBo9L7WzhzCxpadliMYjXu31xz5dgNde8amuQKNWuP+IkCi66N3nKLXm6XV9uz/
wAXf0oduNr3Imz73
=J0lT
-----END PGP SIGNATURE-----
--=-2zp2hj+PLIhp2ZWpyIgX--
--===============1727807816==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
gnome-vfs-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-vfs-list
--===============1727807816==--