plug-ins: show default text for licensor_phone_type2 in metadata-editor
This commit is contained in:
parent
1e5b9ed643
commit
f33200fe8d
1 changed files with 1 additions and 1 deletions
|
|
@ -4271,7 +4271,7 @@ metadata_dialog_editor_set_metadata (GExiv2Metadata *metadata,
|
|||
COL_LICENSOR_PHONE1, NULL,
|
||||
COL_LICENSOR_PHONE_TYPE1, gettext (phone_types[0].display),
|
||||
COL_LICENSOR_PHONE2, NULL,
|
||||
COL_LICENSOR_PHONE_TYPE1, gettext (phone_types[0].display),
|
||||
COL_LICENSOR_PHONE_TYPE2, gettext (phone_types[0].display),
|
||||
COL_LICENSOR_EMAIL, NULL,
|
||||
COL_LICENSOR_WEB, NULL,
|
||||
-1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue