Disable OFX import for win32
This commit is contained in:
@@ -38,8 +38,8 @@ SnapshotsDialog::SnapshotsDialog(KissCount* kiss, wxUI *parent) : QDialog(0, Qt:
|
||||
|
||||
hbox->addWidget(_snapshots);
|
||||
|
||||
QPushButton* buttonCreate = new QPushButton(_("Create snapshot"));
|
||||
QPushButton* buttonDelete = new QPushButton(_("Delete snapshot"));
|
||||
QPushButton* buttonCreate = new QPushButton(_("Create a snapshot"));
|
||||
QPushButton* buttonDelete = new QPushButton(_("Delete a snapshot"));
|
||||
QPushButton* buttonBackTo = new QPushButton(_("Back to this snapshot"));
|
||||
|
||||
connect(buttonCreate, SIGNAL(clicked()), this, SLOT(OnCreate()));
|
||||
|
Reference in New Issue
Block a user