Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tallichet committed May 12, 2011
1 parent 3a34fa7 commit 1421488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WindMobile-WP7/ViewModel/StationInfoViewModel.cs
Expand Up @@ -104,7 +104,7 @@ public StationDataService DataService
};
dataService.ErrorOccured += (s, e) =>
{
MessageBox.Show("Impossible de récupérer les infos de la balise de " + this.StationInfo.Name;
MessageBox.Show("Impossible de récupérer les infos de la balise de " + this.StationInfo.Name);
RaisePropertyChanged("ErrorMessage");
};
}
Expand Down

0 comments on commit 1421488

Please sign in to comment.