Reindent actions in Tools menu in MidoriBrowser
This commit is contained in:
parent
2b66adabf2
commit
23b093a248
1 changed files with 14 additions and 13 deletions
|
@ -3067,19 +3067,20 @@ _action_tools_populate_popup (GtkAction* action,
|
||||||
GtkMenu* menu,
|
GtkMenu* menu,
|
||||||
MidoriBrowser* browser)
|
MidoriBrowser* browser)
|
||||||
{
|
{
|
||||||
static const GtkActionEntry actions[] = {
|
static const GtkActionEntry actions[] =
|
||||||
{ "ManageSearchEngines" },
|
{
|
||||||
{ "ClearPrivateData" },
|
{ "ManageSearchEngines" },
|
||||||
#if WEBKIT_CHECK_VERSION (1, 1, 17)
|
{ "ClearPrivateData" },
|
||||||
{ "InspectPage" },
|
#if WEBKIT_CHECK_VERSION (1, 1, 17)
|
||||||
#endif
|
{ "InspectPage" },
|
||||||
{ "-" },
|
#endif
|
||||||
{ NULL },
|
{ "-" },
|
||||||
{ "p" },
|
{ NULL },
|
||||||
#ifdef G_OS_WIN32
|
{ "p" },
|
||||||
{ NULL },
|
#ifdef G_OS_WIN32
|
||||||
{ "Preferences" },
|
{ NULL },
|
||||||
#endif
|
{ "Preferences" },
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
guint i;
|
guint i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue