Move exact dialog: make all messages translatable. Fix minor issues (some can be Windows specific). Remove useless declarations. Fix coding style issues

Fix minor warnings from cppcheck.
This commit is contained in:
jean-pierre charras
2015-02-22 15:43:44 +01:00
parent c1978b3242
commit 0975e3e5bd
12 changed files with 173 additions and 72 deletions
+5 -1
View File
@@ -206,7 +206,11 @@ wxString GetAbbreviatedUnitsLabel( EDA_UNITS_T aUnit )
break;
case DEGREES:
wxASSERT( false );
label = _( "deg" );
break;
default:
label = wxT( "??" );
break;
}