X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.c;h=86e7daf571052104710ce8060ace9af34c11a17f;hb=605e063203f8a2a35a5c3be1e7129e80099dd68a;hp=f664cde49cf6f0c8f725a8d3f681402a277a7abc;hpb=d3f1a30364878d0eb155a7d9ab7a58419e8690a3;p=ext%2Fsubsurface.git diff --git a/divelist.c b/divelist.c index f664cde..86e7daf 100644 --- a/divelist.c +++ b/divelist.c @@ -292,6 +292,8 @@ static gint nitrox_sort_func(GtkTreeModel *model, return a_he - b_he; } +#define UTF8_ELLIPSIS "\xE2\x80\xA6" + static void nitrox_data_func(GtkTreeViewColumn *col, GtkCellRenderer *renderer, GtkTreeModel *model, @@ -315,7 +317,7 @@ static void nitrox_data_func(GtkTreeViewColumn *col, if (o2 == o2low) snprintf(buffer, sizeof(buffer), "%d", o2); else - snprintf(buffer, sizeof(buffer), "%d-%d", o2low, o2); + snprintf(buffer, sizeof(buffer), "%d" UTF8_ELLIPSIS "%d", o2low, o2); else strcpy(buffer, "air");