mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-26 11:21:08 +00:00
Fix "Wdith" typeo in preferences dialog.
This commit is contained in:
parent
f1e2b7862b
commit
d7f0d04051
1 changed files with 4 additions and 4 deletions
|
@ -2109,7 +2109,7 @@ void PrefsDlg::BuildDialog(){
|
|||
gtk_box_pack_start( GTK_BOX( vbox ), hbox2, FALSE, FALSE, 0 );
|
||||
gtk_widget_show( hbox2 );
|
||||
|
||||
ftw_label = label = gtk_label_new( _( "Fixed Texture Wdith" ) );
|
||||
ftw_label = label = gtk_label_new( _( "Fixed Texture Width" ) );
|
||||
gtk_box_pack_start( GTK_BOX( hbox2 ), label, FALSE, FALSE, 0 );
|
||||
gtk_misc_set_alignment( GTK_MISC( label ), 0.0, 0.0 );
|
||||
gtk_widget_show( label );
|
||||
|
|
Loading…
Reference in a new issue