fix icon name typo
This commit is contained in:
parent
eba6783b89
commit
4b8468fea1
|
|
@ -178,7 +178,7 @@ void create_filter_toolbar( QToolBar *toolbar ){
|
|||
//toolbar_append_toggle_button( toolbar, "Paths", "texture_lock.png", "FilterPaths" );
|
||||
toolbar->addSeparator();
|
||||
toolbar_append_toggle_button( toolbar, "Entities", "f-entities.png", "FilterEntities" );
|
||||
toolbar_append_toggle_button( toolbar, "Point Entities", "status_entiy.png", "FilterPointEntities" );
|
||||
toolbar_append_toggle_button( toolbar, "Point Entities", "status_entity.png", "FilterPointEntities" );
|
||||
toolbar_append_toggle_button( toolbar, "Lights", "f-lights.png", "FilterLights" );
|
||||
toolbar_append_toggle_button( toolbar, "Models", "f-models.png", "FilterModels" );
|
||||
|
||||
|
|
|
|||
|
|
@ -1462,7 +1462,7 @@ void create_main_statusbar( QStatusBar *statusbar, QLabel *pStatusLabel[c_status
|
|||
QHBoxLayout *hbox = new QHBoxLayout( widget );
|
||||
hbox->setMargin( 0 );
|
||||
statusbar->addPermanentWidget( widget, 0 );
|
||||
const char* imgs[3] = { "status_brush.png", "patch_wireframe.png", "status_entiy.png" };
|
||||
const char* imgs[3] = { "status_brush.png", "patch_wireframe.png", "status_entity.png" };
|
||||
for( ; i < c_status_brushcount + 3; ++i ){
|
||||
QLabel *label = new QLabel();
|
||||
label->setPixmap( new_local_image( imgs[i - c_status_brushcount] ) );
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 422 B |
Loading…
Reference in New Issue
Block a user