This website requires JavaScript.
Explore
Help
Sign In
chibicitiberiu
/
rainmeter-studio
Watch
1
Star
0
Fork
0
You've already forked rainmeter-studio
mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced
2024-02-24 04:33:31 +00:00
Code
Issues
Releases
Wiki
Activity
3afada92ed
rainmeter-studio
/
revision-number.h
3 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
Skins are now read from the My Documents by default. Added the revision number to the about dialog (use UpdateRevision.py to update it). Added a check to the startup which verifies that the rainmeter.ini is writable. The skin folder can be opened from the context menu.
2009-07-24 07:56:37 +00:00
#
pragma once
Changed ToolTip function to allow using %1, %2 etc. as appropriate for various meter types: Line, String: %1, %2, %3, ... Histogram: %1, %2 Others: %1
2010-09-10 17:29:30 +00:00
const
int
revision_number
=
530
;
- Some changes for online manual. - About dialog now indicates "Beta" or not beta on version information.
2010-08-05 17:48:52 +00:00
const
bool
revision_beta
=
true
;
Reference in New Issue
Copy Permalink