fire-eggs / FamilyLines

A free, open-source genealogy application to track, organize, and share your family history.
13 stars 1 forks source link

Cancel Button in 'Localization' Would Be Helpful #22

Closed fire-eggs closed 7 years ago

fire-eggs commented 7 years ago

CodeFuglee[CodePlex]
When an quotimportquot is started, the first thing displayed is the quotlocalizationquot dialog box. It would be helpful to have a quotCancel Importquot button if the user found their way here unexpectedly.

fire-eggs commented 7 years ago

CodeFuglee[CodePlex]
Comment added by notonyournelly

Add a 'cancel' button and events to the GedcomLocalization class.

Add a 'gedcom localization cancel button click' handler to MainWindow.xaml (GedcomLocalizationControl). Add the code to mainwindow.xaml.cs (see gedcomlocalizationcontrol_continuebuttonclick and other such handlers for the code to execute).