In catalog/includes/functions/html_output.php

Around 316 Find:

////
// Creates a pull-down list of countries
function tep_get_country_list($name, $selected = '', $parameters = '') {

Add after:

if ( strlen($selected)==0 ) $selected = STORE_COUNTRY;

credits to spooks
nothing in the zip

More...