diff options
author | rbuj <[email protected]> | 2022-07-16 15:46:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-08-20 22:19:46 +0200 |
commit | dfc041f39969c00dfdd7921a973928849782328a (patch) | |
tree | 0f743266a3042920b3ffbc1b1e9639fe2644d690 /sendto/plugins/removable-devices/removable-devices.c | |
parent | f26a8624156376794f5e505c249eff6c1924fc1b (diff) | |
download | caja-extensions-dfc041f39969c00dfdd7921a973928849782328a.tar.bz2 caja-extensions-dfc041f39969c00dfdd7921a973928849782328a.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 (); |