mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
More translation fixes detected by Mechtilde and reported on IRC
This commit is contained in:
parent
c7415102fd
commit
6e5ac2608b
@ -747,7 +747,7 @@ void CsvImpPriceAssist::preview_populate_settings_combo()
|
|||||||
* For now this is safe, because the shared pointers in this case are
|
* For now this is safe, because the shared pointers in this case are
|
||||||
* long-lived, but this may need refactoring.
|
* long-lived, but this may need refactoring.
|
||||||
*/
|
*/
|
||||||
gtk_list_store_set (GTK_LIST_STORE(model), &iter, SET_GROUP, preset.get(), SET_NAME, preset->m_name.c_str(), -1);
|
gtk_list_store_set (GTK_LIST_STORE(model), &iter, SET_GROUP, preset.get(), SET_NAME, _(preset->m_name.c_str()), -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -687,7 +687,7 @@ void CsvImpTransAssist::preview_populate_settings_combo()
|
|||||||
* For now this is safe, because the shared pointers in this case are
|
* For now this is safe, because the shared pointers in this case are
|
||||||
* long-lived, but this may need refactoring.
|
* long-lived, but this may need refactoring.
|
||||||
*/
|
*/
|
||||||
gtk_list_store_set (GTK_LIST_STORE(model), &iter, SET_GROUP, preset.get(), SET_NAME, preset->m_name.c_str(), -1);
|
gtk_list_store_set (GTK_LIST_STORE(model), &iter, SET_GROUP, preset.get(), SET_NAME, _(preset->m_name.c_str()), -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user