Change tabs to two spaces.

This commit is contained in:
Lymia Aluysia
2017-01-18 08:43:21 -06:00
parent d7f5f0dc3b
commit d2c635f739
329 changed files with 41307 additions and 41496 deletions
+11 -11
View File
@@ -20,18 +20,18 @@ DECLARE_POINTER_TYPE(Set);
class HtmlExportWindow : public ExportWindowBase {
public:
HtmlExportWindow(Window* parent, const SetP& set, const ExportCardSelectionChoices& cards_choices);
HtmlExportWindow(Window* parent, const SetP& set, const ExportCardSelectionChoices& cards_choices);
private:
PackageList* list; ///< List of templates
ExportOptionsEditor* options; ///< Editor for template options
SetP set; ///< Set to export
DECLARE_EVENT_TABLE();
void onOk(wxCommandEvent&);
void onTemplateSelect(wxCommandEvent&);
void onUpdateUI(wxUpdateUIEvent& ev);
PackageList* list; ///< List of templates
ExportOptionsEditor* options; ///< Editor for template options
SetP set; ///< Set to export
DECLARE_EVENT_TABLE();
void onOk(wxCommandEvent&);
void onTemplateSelect(wxCommandEvent&);
void onUpdateUI(wxUpdateUIEvent& ev);
};
// ----------------------------------------------------------------------------- : EOF