Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8443 → Rev 8444

/programs/cmm/browser/WebView.c
41,7 → 41,7
// DATA //
// //
//===================================================//
char version[]="WebView 3.12";
char version[]="WebView 3.14";
 
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
 
904,7 → 904,7
EventDownloadAndOpenImage(http.cur_url);
StopLoading();
}if (content_type[0] == 'a') {
EventOpenDownloader(history.current());
EventOpenDownloader(http.cur_url);
StopLoading();
}
}