Skip to content

Commit e68cdec

Browse files
committed
Set icon for Load Dump button in Trace Widget
1 parent 57db42e commit e68cdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/Src/Tracer/TraceWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ TraceWidget::TraceWidget(Architecture* architecture, const QString & fileName, Q
3939
mMemoryPage = nullptr;
4040
mDump = nullptr;
4141
mStack = nullptr;
42-
mLoadDump = new QPushButton(tr("Load dump"), this);
42+
mLoadDump = new QPushButton(DIcon("dump"), tr("Load dump"), this);
4343
connect(mLoadDump, SIGNAL(clicked()), this, SLOT(loadDump()));
4444
}
4545
mXrefDlg = nullptr;

0 commit comments

Comments
 (0)