diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-09 01:21:04 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-09 01:21:04 +0000 |
commit | e2926efe749018b24db79a51cdd2e71226768dee (patch) | |
tree | 54c68ddcdaa158cbe2ad84a769c895ebc4eeddbd /font_service/FontService.cpp | |
parent | 8289b5770dcd59a911c7372a471ffb7b3f34df9b (diff) |
fix to use of invalid params in GetColour service (thx Bio)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@125 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'font_service/FontService.cpp')
-rw-r--r-- | font_service/FontService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font_service/FontService.cpp b/font_service/FontService.cpp index 6895be2..c53c0fe 100644 --- a/font_service/FontService.cpp +++ b/font_service/FontService.cpp @@ -15,7 +15,7 @@ PLUGININFO pluginInfo={ #else
"FontService",
#endif
- PLUGIN_MAKE_VERSION(0, 2, 0, 1),
+ PLUGIN_MAKE_VERSION(0, 2, 0, 2),
"Provides a UI for font settings, and services to plugins for font control.",
"S. Ellis",
"mail@scottellis.com.au",
|