diff options
author | Dave Bordoley <bordoley@msu.edu> | 2003-02-16 13:49:54 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-02-16 13:49:54 +0800 |
commit | ac8a253194008f2c62de4d92dcbb0b5a663368b4 (patch) | |
tree | 0503cff064db51f87accc10f4119d1bbfc6fc33a /data/ui/epiphany-toolbar.xml.in | |
parent | 34ac853507e9f8527250df9ff7598e6b54e43f8d (diff) | |
download | gsoc2013-epiphany-ac8a253194008f2c62de4d92dcbb0b5a663368b4.tar gsoc2013-epiphany-ac8a253194008f2c62de4d92dcbb0b5a663368b4.tar.gz gsoc2013-epiphany-ac8a253194008f2c62de4d92dcbb0b5a663368b4.tar.bz2 gsoc2013-epiphany-ac8a253194008f2c62de4d92dcbb0b5a663368b4.tar.lz gsoc2013-epiphany-ac8a253194008f2c62de4d92dcbb0b5a663368b4.tar.xz gsoc2013-epiphany-ac8a253194008f2c62de4d92dcbb0b5a663368b4.tar.zst gsoc2013-epiphany-ac8a253194008f2c62de4d92dcbb0b5a663368b4.zip |
data/ui/epiphany-toolbar.xml.in data/ui/epiphany-ui.xml.in
2003-02-16 Dave Bordoley <bordoley@msu.edu>
* data/ui/epiphany-toolbar.xml.in
* data/ui/epiphany-ui.xml.in
* src/ephy-window.c
* src/popup-commands.c
* src/popup-commands.h
* src/window-commands.c
* src/window-commands.h
s/browser/window as per conversation with seth...
Diffstat (limited to 'data/ui/epiphany-toolbar.xml.in')
-rw-r--r-- | data/ui/epiphany-toolbar.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/epiphany-toolbar.xml.in b/data/ui/epiphany-toolbar.xml.in index cd9e48650..ef98ceb0d 100644 --- a/data/ui/epiphany-toolbar.xml.in +++ b/data/ui/epiphany-toolbar.xml.in @@ -9,7 +9,7 @@ <toolitem verb="GoHistory"/> <toolitem verb="GoBookmarks"/> <toolitem verb="FileNewTab"/> - <toolitem verb="FileNewBrowser"/> + <toolitem verb="FileNewWindow"/> <toolitem verb="FileOpen"/> <toolitem verb="FileSaveAs"/> <toolitem verb="FilePrint"/> |