aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Bissiri <bissiri@eecs.umich.edu>2000-10-04 14:30:31 +0800
committerChris Lahey <clahey@src.gnome.org>2000-10-04 14:30:31 +0800
commit26df339fb8b1548eb9ff5fd7ea6988a7a6658921 (patch)
tree0a0edc403909c686e7a767e5bfe8a7c129f4d4de
parent774584fd4dc7e4dd6f8ed878407aaa3d885c03e8 (diff)
downloadgsoc2013-evolution-26df339fb8b1548eb9ff5fd7ea6988a7a6658921.tar.gz
gsoc2013-evolution-26df339fb8b1548eb9ff5fd7ea6988a7a6658921.tar.zst
gsoc2013-evolution-26df339fb8b1548eb9ff5fd7ea6988a7a6658921.zip
ui/evolution-addressbook-ldap.xml, ui/evolution-addressbook.xml,
2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu> * ui/evolution-addressbook-ldap.xml, * ui/evolution-addressbook.xml, * ui/evolution-calendar.xml, * ui/evolution-contact-editor.xml: Fixed typo `_decr' -> `_descr', so some missing tooltips will appear. Also fixed some typos in descr values. From shell/ChangeLog: 2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu> * e-shell-view-menu.c (e_shell_view_menu_setup): Use `bonobo_ui_component_add_verb_list' instead of `bonobo_ui_component_add_verb_list_with_data' for help_verbs, so that `command_help' gets an html filename as user_data, instead of a ptr to EShellView. (menu_do_misc): Move DumpXML from help_verbs to here, because `command_xml_dump' needs to get EShellView as user_data. svn path=/trunk/; revision=5703
-rw-r--r--ChangeLog9
-rw-r--r--shell/ChangeLog10
-rw-r--r--shell/e-shell-view-menu.c8
-rw-r--r--ui/evolution-addressbook-ldap.xml2
-rw-r--r--ui/evolution-addressbook.xml2
-rw-r--r--ui/evolution-calendar.xml4
-rw-r--r--ui/evolution-contact-editor.xml8
7 files changed, 32 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cf731902d..885af9eac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu>
+
+ * ui/evolution-addressbook-ldap.xml,
+ * ui/evolution-addressbook.xml,
+ * ui/evolution-calendar.xml,
+ * ui/evolution-contact-editor.xml:
+ Fixed typo `_decr' -> `_descr', so some missing tooltips will appear.
+ Also fixed some typos in descr values.
+
2000-09-29 Peter Williams <peterw@helixcode.com>
* ui/Makefile.am (XML_FILES): Install the new evolution-subscribe.xml
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 6ad17fa0fb..d986283db5 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -2,6 +2,16 @@
* e-shell-view.c (setup_progress_bar): remove evil usize set.
+2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu>
+
+ * e-shell-view-menu.c (e_shell_view_menu_setup): Use
+ `bonobo_ui_component_add_verb_list' instead of
+ `bonobo_ui_component_add_verb_list_with_data' for help_verbs,
+ so that `command_help' gets an html filename as user_data,
+ instead of a ptr to EShellView.
+ (menu_do_misc): Move DumpXML from help_verbs to here, because
+ `command_xml_dump' needs to get EShellView as user_data.
+
2000-10-02 Ettore Perazzoli <ettore@helixcode.com>
* e-shortcuts-view.c (show_new_group_dialog): Destroy the dialog
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index 2779cc94f7..6d6d55b7c7 100644
--- a/shell/e-shell-view-menu.c
+++ b/shell/e-shell-view-menu.c
@@ -415,7 +415,6 @@ BonoboUIVerb help_verbs [] = {
BONOBO_UI_VERB_DATA ("HelpUsingMail", command_help, "usage-mail.html"),
BONOBO_UI_VERB_DATA ("HelpUsingCalendar", command_help, "usage-calendar.html"),
BONOBO_UI_VERB_DATA ("HelpUsingContact", command_help, "usage-contact.html"),
- BONOBO_UI_VERB ("DumpXML", command_xml_dump),
BONOBO_UI_VERB_END
};
@@ -436,6 +435,9 @@ menu_do_misc (BonoboUIComponent *component,
bonobo_ui_component_add_verb (
component, "HelpAbout",
(BonoboUIVerbFn) command_about_box, shell_view);
+ bonobo_ui_component_add_verb (
+ component, "DumpXML",
+ (BonoboUIVerbFn) command_xml_dump, shell_view);
}
@@ -461,8 +463,8 @@ e_shell_view_menu_setup (EShellView *shell_view)
bonobo_ui_component_add_verb_list_with_data (
component, new_verbs, shell_view);
- bonobo_ui_component_add_verb_list_with_data (
- component, help_verbs, shell_view);
+ bonobo_ui_component_add_verb_list (
+ component, help_verbs);
menu_do_misc (component, shell_view);
diff --git a/ui/evolution-addressbook-ldap.xml b/ui/evolution-addressbook-ldap.xml
index 02fb384d30..870981ef70 100644
--- a/ui/evolution-addressbook-ldap.xml
+++ b/ui/evolution-addressbook-ldap.xml
@@ -49,7 +49,7 @@
<dockitem name="Toolbar" relief="none">
<toolitem name="New" _label="New"
- _decr="Create a new contact" verb="ContactNew"
+ _descr="Create a new contact" verb="ContactNew"
pixtype="stock" pixname="New"/>
<toolitem type="separator"/>
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index 192817a0b3..65407378c4 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -38,7 +38,7 @@
<dockitem name="Toolbar" relief="none">
<toolitem name="New" _label="New"
- _decr="Create a new contact" verb="ContactNew"
+ _descr="Create a new contact" verb="ContactNew"
pixtype="stock" pixname="New"/>
<toolitem type="separator"/>
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index 00ccc79d84..1c83b6a196 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -48,7 +48,7 @@
<dockitem name="Toolbar" relief="none">
<toolitem name="New" _label="New"
- _decr="Create a new appointment" verb="EditNewAppointment"
+ _descr="Create a new appointment" verb="EditNewAppointment"
pixtype="stock" pixname="New"/>
<toolitem type="separator"/>
@@ -74,7 +74,7 @@
<toolitem type="separator"/>
<toolitem name="Goto" label="Go to"
- _descr="Go to a specific data" verb="CalendarGoto"
+ _descr="Go to a specific date" verb="CalendarGoto"
pixtype="stock" pixname="Jump To"/>
<toolitem type="separator"/>
diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml
index 351f94e1e4..06a1acf484 100644
--- a/ui/evolution-contact-editor.xml
+++ b/ui/evolution-contact-editor.xml
@@ -213,22 +213,22 @@ static GnomeUIInfo main_menu[] = {
<dockitem name="Toolbar" relief="none">
<toolitem name="Save and Close" _label="Save and Close"
- _decr="Save the appointment and close the dialog box" verb="ContactEditorSaveClose"
+ _descr="Save the contact and close the dialog box" verb="ContactEditorSaveClose"
pixtype="stock" pixname="Save"/>
<toolitem type="separator"/>
<toolitem name="Print" _label="Print..."
- _decr="Print this item" verb="ContactEditorPrint"
+ _descr="Print this item" verb="ContactEditorPrint"
pixtype="stock" pixname="Print"/>
<toolitem name="Delete" _label="Delete"
- _decr="Delete this item" verb="ContactEditorDelete"
+ _descr="Delete this item" verb="ContactEditorDelete"
pixtype="stock" pixname="Trash"/>
<!--
<toolitem name="Help" _label="Help"
- _decr="See online help" verb="ContactEditorHelp"
+ _descr="See online help" verb="ContactEditorHelp"
pixtype="stock" pixname="Help"/>
GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Previous"),
03-19 21:04:30 +0800'>2013-03-193-3/+3 * In categories starting with [n-s], remove empty lines (and also few cases ofdanfe2013-03-171-1/+0 * Convert USE_BISON to USES= bisonbapt2013-03-081-7/+3 * Convert to new options frameworkbapt2013-02-211-6/+5 * - Reassign ports from avl@ back to pool at his request.fluffy2013-02-215-5/+5 * Chase boost updatebapt2013-01-311-2/+2 * Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-7/+2 * - Fix the code instead of suppressing the compiler errorgahr2012-11-302-1/+12 * Fix build with clangbapt2012-11-301-7/+2 * 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtkbapt2012-11-284-29/+0 * Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-261-5/+4 * 2012-10-20 security/sscep: No more public distfilesbapt2012-10-2610-359/+0 * Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1 * use USE_PKGCONFIG= buildbapt2012-10-061-2/+2 * Convert to new options frameworkbapt2012-10-041-10/+10 * - Reassign to the heap at maintainer's requesttabthorpe2012-09-221-6/+2 * Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's dist...bapt2012-09-211-0/+3 * - Register conflicts in my portspav2012-06-041-0/+2 * - update png to 1.5.10dinoex2012-06-019-8/+9 * Remove expired ports:ak2012-05-1913-348/+0 * Mark as deprecated and set expiration to 2012-05-10 for ports that are mark a...bapt2012-04-101-0/+3 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1 * - fix small typos in COMMENTeadler2011-11-151-1/+1 * Mark as broken on powerpc: does not compile.linimon2011-11-111-0/+4 * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 * Standardize WWW: tags a bit more:dougb2011-11-071-1/+2 * - Fix build on FreeBSD 10miwi2011-10-301-0/+1 * The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0 * Remove more tags from pkg-descr files fo the form:dougb2011-10-243-11/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-248-13/+8 * 2012-09-20 www/ruby-http-access: Deprecated upstream, please use www/rubygem-...bapt2011-09-2221-2607/+0 * - Track dependencies after databases/gdbm updategabor2011-09-121-2/+2 * Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ...kwm2011-08-242-2/+13 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-126-6/+5 * - Adjust WWW line with link to new author's sitefluffy2011-08-041-1/+1 * Deprecate some ports where I can't find distfiles and upstreambapt2011-08-032-0/+6 * Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-212-2/+2 * - kick MD5miwi2011-07-021-1/+0 * - Update to 1.8.1pav2011-06-234-15/+16 * Remove unmaintain expired ports from palmbapt2011-05-0222-1047/+0 * Remove most expired ports:rene2011-04-196-60/+0 * - Mark BROKEN: does not compilepav2011-03-271-0/+2 * - Get Rid MD5 supportmiwi2011-03-1938-42/+0 * - Mark ports that have been broken for six month or more, or never compiled onpav2011-03-171-11/+5 * Deprecate unmaintained ports from palm where upstream disapear and/orbapt2011-03-144-0/+12 * Add -I${LOCALBASE}/include to CFLAGS. [1] Sort pkg-plist.gerald2011-01-263-12/+11 * Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.linimon2010-12-285-7/+4 * Use the $SRC_BASE Makevar instead of hard-coding.linimon2010-12-171-2/+2 * Sync to new bsd.autotools.mkade2010-12-044-4/+4 * Convert LDCONFIG_DIRS to USE_LDCONFIG.makc2010-06-091-3/+1 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-316-6/+6 * Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-111-2/+2 * - fix option WITH_PNGdinoex2010-03-301-0/+6 * - update to 1.4.1dinoex2010-03-2812-11/+12 * - Chase x11-toolkits/fltk updategahr2010-03-241-1/+1 * Plugin for JPilot (jpilot.org) to download pictures, photos and videos fromamdmi32010-03-194-0/+50 * - Add backup mirror (looks like project site is down)miwi2010-03-101-1/+1 * - Update to 0.12.5miwi2010-03-102-4/+4 * - update to jpeg-8dinoex2010-02-0510-7/+10 * - Convert to DOCSDIRmiwi2010-02-032-4/+4 * - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-261-2/+1