Changeset 90c93e2069f50fe1b699d3ed4abda1e14f2984f7


Ignore:
Timestamp:
15/07/10 11:01:01 (3 years ago)
Author:
Matias De la Puente <mfpuente.ar@…>
Children:
9171e007c58dec3f84ebb61552172b39884a80ab
Parents:
5452df4c299a03ae559077907e7eb49e148cd60e
git-committer:
Matias De la Puente <mfpuente.ar@…> (15/07/10 11:01:01)
Message:

MainWindow?: Update information in about dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libi4uc/i4ucmainwindowpresenter.vala

    rbd95e8e r90c93e2  
    7474        { 
    7575                var app_info = new HashMap<string, string> (); 
    76                 app_info["program_name"] = "i4uc"; 
     76                app_info["program_name"] = Config.PACKAGE; 
    7777                app_info["comments"] = _("IDE for microcontrollers"); 
    7878                app_info["version"] = Config.VERSION; 
    7979                app_info["copyright"] = "Copyright (C) 2009-2010  Matias De la Puente"; 
    80                 app_info["website"] = "http://trac.usla.org.ar/proyectos/i4uc/"; 
     80                app_info["website"] = "http://trac.usla.org.ar/i4uc/"; 
    8181                var authors = new ArrayList<string> (); 
    8282                authors.add ("Matias De la Puente <mfpuente.ar@gmail.com>"); 
Note: See TracChangeset for help on using the changeset viewer.