diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-09 07:42:36 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-09 07:42:36 +0000 |
commit | c0f738e443f7eb2b3a4c822545ec485f3cea1d88 (patch) | |
tree | 5ab9fa0d1242fe9b0fbc7d6af5cdb6a615f219fd /font_service/FontService.cpp | |
parent | 53ebb35f1ae99a27b042c68a699cec19029abc69 (diff) |
problems with sorting, colours in wrong order in options
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@37 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 e03e804..05b8aa9 100644 --- a/font_service/FontService.cpp +++ b/font_service/FontService.cpp @@ -11,7 +11,7 @@ PLUGININFO pluginInfo={
sizeof(PLUGININFO),
"FontService",
- PLUGIN_MAKE_VERSION(0, 1, 4, 3),
+ PLUGIN_MAKE_VERSION(0, 1, 4, 4),
"Provides a UI for font settings, and services to plugins for font control.",
"S. Ellis",
"mail@scottellis.com.au",
|