Changeset 73 for trunk/src/main.cxx
- Timestamp:
- 04/16/06 09:21:47 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/main.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main.cxx
r71 r73 35 35 /// The presenter to make open the file. 36 36 MainPter *presenter; 37 /// The file name to open.37 /// The file name to open. 38 38 gchar *fileName; 39 39 } OpenFileData; … … 50 50 bind_textdomain_codeset (PACKAGE, "UTF-8"); 51 51 textdomain (PACKAGE); 52 // Create the comman line options context.52 // Create the command line options context. 53 53 GOptionContext *optionContext = 54 54 g_option_context_new (_("[FILE] - view PDF documents")); … … 67 67 MainPter *mainPter = new MainPter (); 68 68 // Now check if we have additional parameters. Any additional parameter 69 // will be a file name to open.69 // will be a file name to open. 70 70 if ( argc > 1 ) 71 71 {
