debugger: rename resource path for generic images from 'gdbdebugger' to 'debugger'

This commit is contained in:
hjk
2009-05-19 15:33:17 +02:00
parent 1f26af5c5e
commit fe7e88a6b5
8 changed files with 23 additions and 23 deletions

View File

@@ -53,7 +53,7 @@ BreakWindow::BreakWindow(QWidget *parent)
{
QAction *act = theDebuggerAction(UseAlternatingRowColors);
setWindowTitle(tr("Breakpoints"));
setWindowIcon(QIcon(":/gdbdebugger/images/debugger_breakpoints.png"));
setWindowIcon(QIcon(":/debugger/images/debugger_breakpoints.png"));
setAlternatingRowColors(act->isChecked());
setRootIsDecorated(false);
setIconSize(QSize(10, 10));