Browse CVS Repository
Diff of /malonnote/mnController.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 269 |
#endif |
#endif |
| 270 |
|
|
| 271 |
#ifdef __WXGTK__ |
#ifdef __WXGTK__ |
| 272 |
wxLogMessage(wxT("Ooops!, I don't know how to launch %s"), url.c_str()); |
cmd.sprintf(wxT("gnome-open %s"), url.c_str()); |
|
return; |
|
| 273 |
#endif |
#endif |
| 274 |
|
|
| 275 |
//wxExecute(argv); |
//wxExecute(argv); |
| 293 |
#endif |
#endif |
| 294 |
|
|
| 295 |
#ifdef __WXGTK__ |
#ifdef __WXGTK__ |
| 296 |
wxLogMessage(wxT("Ooops!, I don't know how to launch %s"), doc.c_str()); |
cmd.sprintf(wxT("gnome-open %s"), doc.c_str()); |
|
return; |
|
| 297 |
#endif |
#endif |
| 298 |
|
|
|
//wxExecute(argv); |
|
| 299 |
wxExecute(cmd); |
wxExecute(cmd); |
| 300 |
} |
} |
|
|
Legend:
| Removed from v.1.11 |
|
| changed lines |
| |
Added in v.1.12 |
|
|
|