Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Release time! UCODE-uchat deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
PAXANDDOS committed Feb 14, 2021
1 parent cedefca commit 1dff1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/client_auto.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void test_autofill()
t_msg.current = "here..."; // Имя выбранного пользователя в плейсхолдере
msg_data.content = NULL;

t_application.app = "PokeChat beta 0.9.9";
t_application.app = "PokeChat stable 1.0.0";
t_application.user = getenv("USER");
t_application.id = "org.ucode.uchat";
t_application.application = g_application_new(t_application.id, G_APPLICATION_FLAGS_NONE);
Expand Down

0 comments on commit 1dff1a1

Please sign in to comment.