Browse Source

oops, merge conflict, conflict fixed, then lost somehow

pull/1/head
Dick Hollenbeck 15 years ago
parent
commit
6e6910da91
  1. 2
      include/common.h

2
include/common.h

@ -313,7 +313,7 @@ const wxString& valeur_param( int valeur, wxString& buf_texte );
* the format string must contain the %s format specifier.
* @return The formatted units symbol.
*/
wxString ReturnUnitSymbol( int aUnits = g_UnitMetric,
wxString ReturnUnitSymbol( UserUnitType aUnit = g_UserUnit,
const wxString& aFormatString = _( " (%s):" ) );
/**

Loading…
Cancel
Save