Home
last modified time | relevance | path

Searched refs:contest_ps (Results 1 – 1 of 1) sorted by relevance

/dports/games/klavaro/klavaro-3.11/src/
H A Dtutor.c993 gchar *contest_ps = NULL; in tutor_calc_stats() local
1060 contest_ps = g_strdup_printf (_("ps.: logging not performed for this session: " in tutor_calc_stats()
1200 contest_ps = g_strdup (_("ps.: you have entered the Top 10 list, great!")); in tutor_calc_stats()
1211 contest_ps = g_strdup (":-P"); in tutor_calc_stats()
1214 contest_ps = g_strdup (_("ps.: the text you just typed doesn't seem to be similar" in tutor_calc_stats()
1382 if (contest_ps != NULL) in tutor_calc_stats()
1385 gtk_text_buffer_insert_at_cursor (buf, contest_ps, strlen (contest_ps)); in tutor_calc_stats()
1386 g_free (contest_ps); in tutor_calc_stats()