diff options
author | rbuj <[email protected]> | 2022-07-16 15:46:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-08-20 22:29:25 +0200 |
commit | e6db1305ab8f0ec981cf6b38820e84108b67b11d (patch) | |
tree | 4e71478003082d91a07c5a200f48850cc5a458c8 /sendto/plugins/removable-devices/removable-devices.c | |
parent | 969e0d9448e40b821b0623a94424e998d926511d (diff) | |
download | caja-extensions-e6db1305ab8f0ec981cf6b38820e84108b67b11d.tar.bz2 caja-extensions-e6db1305ab8f0ec981cf6b38820e84108b67b11d.tar.xz |
Failed to resolve the path to caja-extensions.mo on guix system
Diffstat (limited to 'sendto/plugins/removable-devices/removable-devices.c')
-rw-r--r-- | sendto/plugins/removable-devices/removable-devices.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sendto/plugins/removable-devices/removable-devices.c b/sendto/plugins/removable-devices/removable-devices.c index 1b09b19..0144be7 100644 --- a/sendto/plugins/removable-devices/removable-devices.c +++ b/sendto/plugins/removable-devices/removable-devices.c @@ -151,6 +151,11 @@ init (NstPlugin *plugin) { g_print ("Init removable-devices plugin\n"); +#ifdef ENABLE_NLS + bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); +#endif /* ENABLE_NLS */ + vol_monitor = g_volume_monitor_get (); cb = gtk_combo_box_new (); |