fix add_csv_window description

This commit is contained in:
GenevensiS
2025-06-13 00:55:21 +02:00
parent 66fe43c499
commit 128bb3867d
+1 -4
View File
@@ -14,10 +14,7 @@ DECLARE_POINTER_TYPE(Set);
// ----------------------------------------------------------------------------- : AddCSVWindow // ----------------------------------------------------------------------------- : AddCSVWindow
/// A window for selecting a subset of the cards from a set, /// A window for selecting a CSV or TSV file, and importing cards from it.
/** and selecting a link relation type.
/** this is used when linking cards
*/
class AddCSVWindow : public wxDialog { class AddCSVWindow : public wxDialog {
public: public:
AddCSVWindow(Window* parent, const SetP& set, bool sizer); AddCSVWindow(Window* parent, const SetP& set, bool sizer);