Changeset 49 for trunk/src/main.cxx

Show
Ignore:
Timestamp:
04/13/06 05:47:01 (3 years ago)
Author:
jordi
Message:

Added the doxygen documentation builder file in the "doc" directory. I've also wirtten the missing documentation for all files in "src", but not in "src/gtk" a it would be redundant.

Also I've been paranoic on spelling (I'm a very bad spelled) and spell checked all source files, changing some string. Updated the translations.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/main.cxx

    r45 r49  
    3535    bind_textdomain_codeset (PACKAGE, "UTF-8"); 
    3636    textdomain (PACKAGE); 
    37     // Initialize the GTK library. 
     37    // Initialise the GTK library. 
    3838    gtk_init (&argc, &argv); 
    3939    g_set_application_name (_("PDF Viewer")); 
     
    4848     
    4949    // There's no need for us to delete the main view, as it's 
    50     // the presenter's responsability. 
     50    // the presenter's responsibility. 
    5151    delete mainPter; 
    5252    // All done!.