patchGNU Source Installer - Patches: patch #6323, patch for sourceinstall-gtk/menu.c

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #6323: patch for sourceinstall-gtk/menu.c

Submitter:  Jorma Karvonen <jormak>
Submitted:  Thu 06 Dec 2007 08:48:15 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Invalid Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Thu 06 Dec 2007 08:48:15 PM UTC, original submission:  

23c23,25
<
---

> #ifdef HAVE_NLS
> # include <locale.h>
> #endif

53c55
<     w_menu[W_MENU_FILE] = gtk_menu_item_new_with_mnemonic("_File");
---

>     w_menu[W_MENU_FILE] = gtk_menu_item_new_with_mnemonic( gettext ( "_File" ));

56c58
<     w_menu[W_MENU_EDIT] = gtk_menu_item_new_with_mnemonic("_Edit");
---

>     w_menu[W_MENU_EDIT] = gtk_menu_item_new_with_mnemonic( gettext ( "_Edit" ));

71c73
<     w_menu[W_MENU_PACKAGE] = gtk_menu_item_new_with_mnemonic("_Package");
---

>     w_menu[W_MENU_PACKAGE] = gtk_menu_item_new_with_mnemonic( gettext ( "_Package" ));

84c86
< gtk_image_menu_item_new_with_mnemonic("_Install");
---

> gtk_image_menu_item_new_with_mnemonic( gettext ( "_Install" ));

94c96
< gtk_image_menu_item_new_with_mnemonic("_Uninstall");
---

> gtk_image_menu_item_new_with_mnemonic( gettext ( "_Uninstall" ));

104c106
< gtk_image_menu_item_new_with_mnemonic("Up_grade");
---

> gtk_image_menu_item_new_with_mnemonic( gettext ( "Up_grade" ));

114c116
< gtk_menu_item_new_with_mnemonic("E_xport");
---

> gtk_menu_item_new_with_mnemonic( gettext ("E_xport" ));

116c118
< gtk_menu_item_new_with_mnemonic("Package _information");
---

> gtk_menu_item_new_with_mnemonic( gettext ( "Package _information" ));

119c121
< ("As _binary package (experimental)");
---

> ( gettext ( "As _binary package (experimental)" ));

121c123
< gtk_menu_item_new_with_mnemonic("_All packages information");
---

> gtk_menu_item_new_with_mnemonic( gettext ( "_All packages information" ));

123c125
<     w_menu[W_MENU_WINDOW] = gtk_menu_item_new_with_mnemonic("_Window");
---

>     w_menu[W_MENU_WINDOW] = gtk_menu_item_new_with_mnemonic( gettext ( "_Window" ));

125,126c127,128
< gtk_menu_item_new_with_mnemonic("_Default size");
<     w_menu[W_MENU_HELP] = gtk_menu_item_new_with_mnemonic("_Help");
---

> gtk_menu_item_new_with_mnemonic( gettext ( "_Default size" ));
>     w_menu[W_MENU_HELP] = gtk_menu_item_new_with_mnemonic( gettext ( "_Help" ));

Jorma Karvonen <jormak>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by sick_soul (Updated the item)
  • -email is unavailable- added by jormak (patch for sourceinstall-gtk/menu.c)
  • -email is unavailable- added by jormak (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-12-08 sick_soul StatusNone Invalid
        Open/ClosedOpen Closed
    2007-12-06 jormak Carbon-Copy- Added jormak

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code