patchGNU Source Installer - Patches: patch #6325, patch for...

 
 

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

patch #6325: patch for sourceinstall-gtk/toolbar.c

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

Thu 06 Dec 2007 08:50:38 PM UTC, original submission:  

23c23,25
<
---

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

44c46
<       tips, "add new package", "add");
---

>       tips, gettext ( "add new package" ), gettext ( "add" ));

51c53
<       tips, "remove package", "remove");
---

>       tips, gettext ( "remove package" ), gettext ( "remove" ));

58c60
<       tips, "install package", "install");
---

>       tips, gettext ( "install package" ), gettext ( "install" ));

66c68
<       "uninstall package", "uninstall");
---

>       gettext ( "uninstall package"), gettext ( "uninstall" ));

73c75
<       tips, "upgrade package", "upgrade");
---

>       tips, gettext ( "upgrade package" ), gettext ( "upgrade" ));

86c88
<       tips, "stop", "stop");
---

>       tips, gettext ( "stop" ), gettext ( "stop" ));

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 (Submitted the item)
  • -email is unavailable- added by jormak (patch for sourceinstall-gtk/toolbar.c)
  •  

    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