Changeset 73 for trunk/src/main.cxx

Show
Ignore:
Timestamp:
04/16/06 09:21:47 (3 years ago)
Author:
jordi
Message:

Spell checked all source files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/main.cxx

    r71 r73  
    3535    /// The presenter to make open the file. 
    3636    MainPter *presenter; 
    37     /// The filename to open. 
     37    /// The file name to open. 
    3838    gchar *fileName; 
    3939} OpenFileData; 
     
    5050    bind_textdomain_codeset (PACKAGE, "UTF-8"); 
    5151    textdomain (PACKAGE); 
    52     // Create the comman line options context. 
     52    // Create the command line options context. 
    5353    GOptionContext *optionContext =  
    5454        g_option_context_new (_("[FILE] - view PDF documents")); 
     
    6767    MainPter *mainPter = new MainPter (); 
    6868    // Now check if we have additional parameters. Any additional parameter 
    69     // will be a filename to open. 
     69    // will be a file name to open. 
    7070    if ( argc > 1 ) 
    7171    {