diff --git a/src/gui/add_csv_window.hpp b/src/gui/add_csv_window.hpp index 776e7f20..a6b1785a 100644 --- a/src/gui/add_csv_window.hpp +++ b/src/gui/add_csv_window.hpp @@ -14,10 +14,7 @@ DECLARE_POINTER_TYPE(Set); // ----------------------------------------------------------------------------- : AddCSVWindow -/// A window for selecting a subset of the cards from a set, -/** and selecting a link relation type. -/** this is used when linking cards - */ +/// A window for selecting a CSV or TSV file, and importing cards from it. class AddCSVWindow : public wxDialog { public: AddCSVWindow(Window* parent, const SetP& set, bool sizer);