Changeset 90c93e2069f50fe1b699d3ed4abda1e14f2984f7
- Timestamp:
- 15/07/10 11:01:01 (3 years ago)
- Children:
- 9171e007c58dec3f84ebb61552172b39884a80ab
- Parents:
- 5452df4c299a03ae559077907e7eb49e148cd60e
- git-committer:
- Matias De la Puente <mfpuente.ar@…> (15/07/10 11:01:01)
- File:
-
- 1 edited
-
libi4uc/i4ucmainwindowpresenter.vala (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libi4uc/i4ucmainwindowpresenter.vala
rbd95e8e r90c93e2 74 74 { 75 75 var app_info = new HashMap<string, string> (); 76 app_info["program_name"] = "i4uc";76 app_info["program_name"] = Config.PACKAGE; 77 77 app_info["comments"] = _("IDE for microcontrollers"); 78 78 app_info["version"] = Config.VERSION; 79 79 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/"; 81 81 var authors = new ArrayList<string> (); 82 82 authors.add ("Matias De la Puente <mfpuente.ar@gmail.com>");
Note: See TracChangeset
for help on using the changeset viewer.

