/[xlog]/xlog/src/gui_helpdialog.c
ViewVC logotype

Diff of /xlog/src/gui_helpdialog.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by pa4tu, Tue Feb 1 08:48:49 2005 UTC revision 1.14 by pa4tu, Thu Feb 10 18:34:11 2005 UTC
# Line 99  static void open_help (gchar *filename) Line 99  static void open_help (gchar *filename)
99  void  void
100  on_helpfaq_activate (GtkMenuItem *menuitem,     gpointer user_data)  on_helpfaq_activate (GtkMenuItem *menuitem,     gpointer user_data)
101  {  {
102          open_help ("FAQ");  /* TRANSLATORS:
103     * Do not translate FAQ unless you provide a faq in your language,
104     * e.g. the polish faq is called FAQ.pl.
105     */
106            open_help (_("FAQ"));
107  }  }
108    
109    
110  void  void
111  on_helpmanual_activate (GtkMenuItem *menuitem, gpointer user_data)  on_helpmanual_activate (GtkMenuItem *menuitem, gpointer user_data)
112  {  {
113          open_help ("MANUAL");  /* TRANSLATORS:
114     * Do not translate MANUAL unless you provide a manual in your language,
115     * e.g. the polish manual is called MANUAL.pl.
116     */
117            open_help (_("MANUAL"));
118  }  }
119    
120    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26