bug-sourceinstall
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-sourceinstall] [patch #6316] patch for sourceinstall-gtk/about.c


From: Jorma Karvonen
Subject: [bug-sourceinstall] [patch #6316] patch for sourceinstall-gtk/about.c
Date: Thu, 06 Dec 2007 20:40:14 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.8.1.8) Gecko/20071015 SUSE/2.0.0.8-1.2 Firefox/2.0.0.8

URL:
  <http://savannah.gnu.org/patch/?6316>

                 Summary: patch for sourceinstall-gtk/about.c
                 Project: GNU Source Installer
            Submitted by: jormak
            Submitted on: Thursday 12/06/2007 at 22:40
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

22a23,25
> #ifdef HAVE_NLS
> # include <locale.h>
> #endif
36,38c39,41
<     char *comments = "portable source code installer and manager";
<     char *copyright = "Copyright (c) 2005,2006,2007 Claudio Fontana";
<     char *license = "\n\
---
>     char *comments = gettext ( "portable source code installer and manager"
);
>     char *copyright = gettext ( "Copyright (c) 2005,2006,2007 Claudio
Fontana" );
>     char *license = gettext ( "\n\
56,57c59,60
< ";
<     char *name = "GNU Source Installer";
---
> " );
>     char *name = gettext ( "GNU Source Installer" );
83c86
<     about = dialog_create_msgbox_scroll("About GNU Source Installer",
---
>     about = dialog_create_msgbox_scroll( gettext ( "About GNU Source
Installer" ),




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6316>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]