Skip to content

Commit

Permalink
Merge pull request #51 from Shuzhengz/rm-faq
Browse files Browse the repository at this point in the history
Removes the FAQ/Google option from taskbar menu
  • Loading branch information
Shuzhengz authored Feb 2, 2023
2 parents 1231eb0 + 75e55d7 commit 7ec6842
Show file tree
Hide file tree
Showing 10 changed files with 696 additions and 857 deletions.
2 changes: 0 additions & 2 deletions TPFCIcon/res/FanControl.rc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ BEGIN
MENUITEM "Text Icon", 5080
MENUITEM SEPARATOR
MENUITEM "End Program", 5020
MENUITEM SEPARATOR
MENUITEM "Donate / FAQ", 5050
END


Expand Down
2 changes: 0 additions & 2 deletions TPFCIcon_noballons/res/FanControl.rc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ BEGIN
MENUITEM "Text Icon", 5080
MENUITEM SEPARATOR
MENUITEM "End Program", 5020
MENUITEM SEPARATOR
MENUITEM "Donate / FAQ", 5050
END


Expand Down
78 changes: 0 additions & 78 deletions archive/2.1.5b/fancontrol/fancontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,84 +378,6 @@ FANCONTROL::FANCONTROL(HINSTANCE hinstapp)
break;
}
}

// code Title5 http://tpfancontrol.com

for (int __i = 0; __i < 23; __i++) {
switch (__i) {
case 0:
this->Title5[0] = bias + 4;
break; //h
case 1:
this->Title5[1] = bias + 16;
break; //t
case 2:
this->Title5[2] = bias + 16;
break; //t
case 3:
this->Title5[3] = bias + 12;
break; //p
case 4:
this->Title5[4] = bias - 42;
break; //:
case 5:
this->Title5[5] = bias - 8;
break; ///
case 6:
this->Title5[6] = bias - 8;
break; ///
case 7:
this->Title5[7] = bias + 16;
break; //t
case 8:
this->Title5[8] = bias + 12;
break; //p
case 9:
this->Title5[9] = bias + 2;
break; //f
case 10:
this->Title5[10] = bias - 3;
break; //a
case 11:
this->Title5[11] = bias + 10;
break; //n
case 12:
this->Title5[12] = bias - 1;
break; //c
case 13:
this->Title5[13] = bias + 11;
break; //o
case 14:
this->Title5[14] = bias + 10;
break; //n
case 15:
this->Title5[15] = bias + 16;
break; //t
case 16:
this->Title5[16] = bias + 14;
break; //r
case 17:
this->Title5[17] = bias + 11;
break; //o
case 18:
this->Title5[18] = bias + 8;
break; //l
case 19:
this->Title5[19] = bias - 54;
break; //.
case 20:
this->Title5[20] = bias - 1;
break; //c
case 21:
this->Title5[21] = bias + 11;
break; //o
case 22:
this->Title5[22] = bias + 9;
break; //m
}
}


}


Expand Down
Loading

0 comments on commit 7ec6842

Please sign in to comment.