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
|
||||
|
||||
/// 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);
|
||||
|
||||
Reference in New Issue
Block a user