mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix deprecated warning
This commit is contained in:
parent
f8b017ad45
commit
2d7ac600c0
25 changed files with 402 additions and 405 deletions
|
|
@ -107,7 +107,7 @@ dlgMainConfig::dlgMainConfig(pgFrame *parent, pgSettingItem *_item) :
|
|||
txtComment->SetValue(item->newLine->comment);
|
||||
|
||||
wxFont fntLabel = stName->GetFont();
|
||||
fntLabel.SetWeight(wxBOLD);
|
||||
fntLabel.SetWeight(wxFONTWEIGHT_BOLD);
|
||||
stName->SetFont(fntLabel);
|
||||
stName->SetLabel(item->name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue