diff options
author | Jacek Antonelli | 2011-05-25 19:04:28 -0500 |
---|---|---|
committer | Jacek Antonelli | 2011-05-25 19:04:28 -0500 |
commit | 67f25dd7397901028a6e2d74efa1f5d78c1ce26c (patch) | |
tree | 4db5fcf6f677e209bdfc78f9044fe0a128f5f87b /linden/indra/newview/impprefsfonts.h | |
parent | Merge remote-tracking branch 'thickbrick/remove_buggy_http_workaround' into next (diff) | |
parent | Besides the numerous label and organizational changes, here are the main points (diff) | |
download | meta-impy-67f25dd7397901028a6e2d74efa1f5d78c1ce26c.zip meta-impy-67f25dd7397901028a6e2d74efa1f5d78c1ce26c.tar.gz meta-impy-67f25dd7397901028a6e2d74efa1f5d78c1ce26c.tar.bz2 meta-impy-67f25dd7397901028a6e2d74efa1f5d78c1ce26c.tar.xz |
Merge remote-tracking branch 'mccabe/1.4.0-fbeta-prefs_reorg' into next
Diffstat (limited to 'linden/indra/newview/impprefsfonts.h')
-rw-r--r-- | linden/indra/newview/impprefsfonts.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/impprefsfonts.h b/linden/indra/newview/impprefsfonts.h index 12aa0bb..0319261 100644 --- a/linden/indra/newview/impprefsfonts.h +++ b/linden/indra/newview/impprefsfonts.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /** | 1 | /** |
2 | * @file impprefsfonts.h | 2 | * @file impprefsfonts.h |
3 | * @brief Font preferences panel | 3 | * @brief UI and font preferences panel |
4 | * | 4 | * |
5 | * Copyright (c) 2010, Jacek Antonelli | 5 | * Copyright (c) 2010, Jacek Antonelli |
6 | * | 6 | * |
@@ -40,6 +40,9 @@ public: | |||
40 | void refresh(); | 40 | void refresh(); |
41 | void apply(); | 41 | void apply(); |
42 | void cancel(); | 42 | void cancel(); |
43 | |||
44 | private: | ||
45 | static void onClickResetUISize(void*); | ||
43 | }; | 46 | }; |
44 | 47 | ||
45 | #endif // IMP_PREFSFONTS_H | 48 | #endif // IMP_PREFSFONTS_H |