@eht16 commented on this pull request.
> @@ -2194,7 +2194,7 @@ void ui_add_config_file_menu_item(const gchar
> *real_path, const gchar *label, Gt
{
gchar *base_name;
- base_name = g_path_get_basename(real_path);
+ base_name = g_filename_display_basename(real_path);
`g_filename_display_basename()` sounds better in this case, I think.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4504#discussion_r2836207508
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4504/review/[email protected]>