Reindent entries, toggle_entries, encoding_entries
This commit is contained in:
parent
23b093a248
commit
82ee513a96
1 changed files with 259 additions and 256 deletions
|
@ -5334,7 +5334,8 @@ _action_trash_empty_activate (GtkAction* action,
|
|||
}
|
||||
}
|
||||
|
||||
static const GtkActionEntry entries[] = {
|
||||
static const GtkActionEntry entries[] =
|
||||
{
|
||||
{ "File", NULL, N_("_File") },
|
||||
{ "WindowNew", STOCK_WINDOW_NEW,
|
||||
N_("New _Window"), "<Ctrl>n",
|
||||
|
@ -5542,7 +5543,8 @@ static const GtkActionEntry entries[] = {
|
|||
};
|
||||
static const guint entries_n = G_N_ELEMENTS (entries);
|
||||
|
||||
static const GtkToggleActionEntry toggle_entries[] = {
|
||||
static const GtkToggleActionEntry toggle_entries[] =
|
||||
{
|
||||
{ "Menubar", NULL,
|
||||
N_("_Menubar"), "",
|
||||
N_("Show menubar"), G_CALLBACK (_action_menubar_activate),
|
||||
|
@ -5570,7 +5572,8 @@ static const GtkToggleActionEntry toggle_entries[] = {
|
|||
};
|
||||
static const guint toggle_entries_n = G_N_ELEMENTS (toggle_entries);
|
||||
|
||||
static const GtkRadioActionEntry encoding_entries[] = {
|
||||
static const GtkRadioActionEntry encoding_entries[] =
|
||||
{
|
||||
{ "EncodingAutomatic", NULL,
|
||||
N_("_Automatic"), "",
|
||||
NULL, 1 },
|
||||
|
@ -5578,7 +5581,7 @@ static const GtkRadioActionEntry encoding_entries[] = {
|
|||
N_("Chinese (BIG5)"), "",
|
||||
NULL, 1 },
|
||||
{ "EncodingJapanese", NULL,
|
||||
/* i18n: A double underscore "__" is used to prevent an unwanted mnemonic */
|
||||
/* i18n: A double underscore "__" is used to prevent the mnemonic */
|
||||
N_("Japanese (SHIFT__JIS)"), "",
|
||||
NULL, 1 },
|
||||
{ "EncodingKorean", NULL,
|
||||
|
|
Loading…
Reference in a new issue