Add 'Build' toolbar button to the default layout.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3895 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
01e66e945f
commit
e44071db10
@ -1,3 +1,9 @@
|
||||
2009-06-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
|
||||
* data/ui_toolbar.xml, src/toolbar.c:
|
||||
Add 'Build' toolbar button to the default layout.
|
||||
|
||||
|
||||
2009-06-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
||||
* src/editor.c:
|
||||
|
@ -26,6 +26,7 @@ at http://www.geany.org/manual/current/index.html#customizing-the-toolbar.
|
||||
<toolitem action='NavFor' />
|
||||
<separator/>
|
||||
<toolitem action='Compile' />
|
||||
<toolitem action='Build' />
|
||||
<toolitem action='Run' />
|
||||
<separator/>
|
||||
<toolitem action='Color' />
|
||||
|
@ -96,6 +96,7 @@ const gchar *toolbar_markup =
|
||||
"<toolitem action='NavFor'/>"
|
||||
"<separator/>"
|
||||
"<toolitem action='Compile'/>"
|
||||
"<toolitem action='Build'/>"
|
||||
"<toolitem action='Run'/>"
|
||||
"<separator/>"
|
||||
"<toolitem action='Color'/>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user