~ubuntu-branches/ubuntu/hardy/gedit/hardy-proposed

« back to all changes in this revision

Viewing changes to gedit/gedit-ui.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-11 14:06:41 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20060711140641-9ale6eu5anm0iftf
Tags: upstream-2.15.4
ImportĀ upstreamĀ versionĀ 2.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * list of people on the gedit Team.  
26
26
 * See the ChangeLog files for a list of changes. 
27
27
 *
28
 
 * $Id: gedit-ui.h,v 1.11 2006/05/29 10:14:28 paolo Exp $
 
28
 * $Id: gedit-ui.h,v 1.13 2006/06/18 09:05:20 paolo Exp $
29
29
 */
30
30
 
31
31
#ifndef __GEDIT_UI_H__
64
64
          N_("Open a file"), G_CALLBACK (_gedit_cmd_file_open) },
65
65
        { "FileOpenURI", NULL, N_("Open _Location..."), "<control>L",
66
66
          N_("Open a file from a specified location"), G_CALLBACK (_gedit_cmd_file_open_uri) },
67
 
        { "FilePageSetup", NULL, N_("Page Set_up..."), NULL,
68
 
          N_("Setup the page settings"), G_CALLBACK (_gedit_cmd_file_page_setup) },
69
67
        
70
68
        /* Edit menu */
71
69
        { "EditPreferences", GTK_STOCK_PREFERENCES, N_("Pr_eferences"), NULL,
87
85
          N_("Save the current file with a different name"), G_CALLBACK (_gedit_cmd_file_save_as) },
88
86
        { "FileRevert", GTK_STOCK_REVERT_TO_SAVED, NULL, NULL,
89
87
          N_("Revert to a saved version of the file"), G_CALLBACK (_gedit_cmd_file_revert) },
 
88
        { "FilePageSetup", NULL, N_("Page Set_up..."), NULL,
 
89
          N_("Setup the page settings"), G_CALLBACK (_gedit_cmd_file_page_setup) },
90
90
        { "FilePrintPreview", GTK_STOCK_PRINT_PREVIEW, N_("Print Previe_w"),"<control><shift>P",
91
91
          N_("Print preview"), G_CALLBACK (_gedit_cmd_file_print_preview) },
92
92
         { "FilePrint", GTK_STOCK_PRINT, N_("_Print..."), "<control>P",
126
126
          N_("Clear highlighting of search matches"), G_CALLBACK (_gedit_cmd_search_clear_highlight) },
127
127
        { "SearchGoToLine", GTK_STOCK_JUMP_TO, N_("Go to _Line..."), "<control>I",
128
128
          N_("Go to a specific line"), G_CALLBACK (_gedit_cmd_search_goto_line) },
 
129
        { "SearchInteractiveSearch", GTK_STOCK_FIND, N_("Interactive search..."), "<control>K",
 
130
          N_("Interactively search for text"), G_CALLBACK (_gedit_cmd_search_interactive_search) },
129
131
 
130
132
        /* Documents menu */
131
133
        { "FileSaveAll", GTK_STOCK_SAVE, N_("_Save All"), "<shift><control>L",