~zaka62/kicad/kicad-zaka-new

« back to all changes in this revision

Viewing changes to pcbnew/pcbnew.cpp

  • Committer: jerryjacobs
  • Date: 2008-08-17 10:10:20 UTC
  • Revision ID: svn-v4:16bec504-3128-0410-b3e8-8e38c2123bca:trunk/kicad:1194
Linux/Unix desktop files updated and moved to resources directory, about dialog updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "eda_dde.h"
27
27
 
28
 
wxString g_Main_Title( wxT( "PCBNEW" ) );
 
28
wxString g_Main_Title( wxT( "PCBnew" ) );
29
29
 
30
30
IMPLEMENT_APP( WinEDA_App )
31
31