cmm: mass renaming

git-svn-id: svn://kolibrios.org@9602 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2022-01-09 06:36:16 +00:00
parent 61980e7ae3
commit 36e64a3f84
43 changed files with 169 additions and 174 deletions

View File

@@ -94,7 +94,7 @@ void SetProperties(int mode)
void ShowConfirmQuestionPopin()
{
apply_question_active = true;
DrawPopup(15,80,250,90,1,sc.work, sc.work_graph);
DrawPopup(15,80,250,90,1,sc.work, sc.line);
WriteText(35, 102, 0x90, 0x000000, QUEST_1);
WriteText(65, 117, 0x90, 0x000000, QUEST_2);
DrawStandartCaptButton(62,138,B_SETINGS_APPLY_SUBFOLDER,T_YES);