1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

default_listbox_ops_messages: Make static and const.

This commit is contained in:
Kalle Olavi Niemitalo 2007-01-28 14:52:09 +02:00 committed by Kalle Olavi Niemitalo
parent da759b10f0
commit 5b6dbcc879

View File

@ -547,7 +547,7 @@ enum delete_error {
DELETE_ERRORS,
};
struct listbox_ops_messages default_listbox_ops_messages = {
static const struct listbox_ops_messages default_listbox_ops_messages = {
/* cant_delete_item */
N_("Sorry, but the item \"%s\" cannot be deleted."),