GNOME Bugzilla – Bug 558418
Use C_() instead of Q_() with context
Last modified: 2008-12-08 16:45:52 UTC
Patch coming up; for http://live.gnome.org/GnomeGoals/MsgctxtMigration.
Created attachment 121592 [details] [review] Use C_() instead of Q_() with context
This patch does not update version dependencies. If patch in current form is applied, if someone tries to compile against too old version of intltool and/or glib, there will be problems with compilation unless intltool and glib version requirements are updated also.
You're right, I completely forgot about that. The GLib dependency would need bumping to 2.18.0, but the intltool dependency is already high enough.
Note that when you use NC_(), you should use g_dpgettext2() later on.
I committed a fixed version. Philip, it might be worth checking that other patches about this don't have the same issue.
My other patch looks OK in this respect, thankfully. Sorry for the mess.