Added (unused) table with strings intended to be translated (i18n tools
* component-factory.c (populate_folder_context_menu): Added (unused) table with strings intended to be translated (i18n tools can't extract strings from XML data inside .c file). svn path=/trunk/; revision=11458
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2001-07-27 Zbigniew Chyla <cyba@gnome.pl>
|
||||
|
||||
* component-factory.c (populate_folder_context_menu): Added (unused)
|
||||
table with strings intended to be translated (i18n tools can't extract
|
||||
strings from XML data inside .c file).
|
||||
|
||||
2001-07-27 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-mt.c (focus_on_entry): Don't need this anymore.
|
||||
|
||||
@ -333,6 +333,9 @@ populate_folder_context_menu (EvolutionShellComponent *shell_component,
|
||||
const char *type,
|
||||
void *closure)
|
||||
{
|
||||
#ifdef TRANSLATORS_ONLY
|
||||
static char popup_xml_i18n[] = {N_("Properties..."), N_("Change this folder's properties")};
|
||||
#endif
|
||||
static char popup_xml[] =
|
||||
"<menuitem name=\"ChangeFolderProperties\" verb=\"ChangeFolderProperties\""
|
||||
" _label=\"Properties...\" _tip=\"Change this folder's properties\"/>";
|
||||
|
||||
Reference in New Issue
Block a user