[chronojump] On question if deleting a person, name is in bold
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] On question if deleting a person, name is in bold
- Date: Thu, 2 Apr 2020 11:15:41 +0000 (UTC)
commit 6cf02d646265aeab4fcdf85fd017b72563a3350e
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Apr 2 13:09:46 2020 +0200
On question if deleting a person, name is in bold
src/gui/app1/chronojumpPersons.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/app1/chronojumpPersons.cs b/src/gui/app1/chronojumpPersons.cs
index 8a3d5faa..907324d2 100644
--- a/src/gui/app1/chronojumpPersons.cs
+++ b/src/gui/app1/chronojumpPersons.cs
@@ -367,7 +367,7 @@ public partial class ChronoJumpWindow
LogB.Information("delete current person from this session");
ConfirmWindow confirmWin = ConfirmWindow.Show(
Catalog.GetString("Are you sure you want to delete the current person and all
his/her tests (jumps, races, pulses, ...) from this session?\n(His/her personal data and tests in other
sessions will remain intact.)"), "",
- Catalog.GetString("Current Person: ") + currentPerson.Name);
+ Catalog.GetString("Current Person: ") + "<b>" + currentPerson.Name + "</b>");
confirmWin.Button_accept.Clicked += new
EventHandler(on_delete_current_person_from_session_accepted);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]