mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
fix add_csv_window description
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user