plug-ins: override set_i18n() for file-glob.
I forgot this one, which simply can have its localization disabled. As I understand, it's mostly for script writer so was never localized. Maybe it could still be interesting to localize the procedure name and docs, but for now let's leave it how it always was.
This commit is contained in:
parent
2b4e433e87
commit
1c5491b69e
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ glob_class_init (GlobClass *klass)
|
|||
|
||||
plug_in_class->query_procedures = glob_query_procedures;
|
||||
plug_in_class->create_procedure = glob_create_procedure;
|
||||
plug_in_class->set_i18n = NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue