aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorJacek Antonelli2010-08-31 05:54:55 -0500
committerMcCabe Maxsted2010-09-10 19:23:06 -0700
commit7460b677c3979b9ec5b913dee3abfcd4272bd297 (patch)
tree406bc0c3ce68962090fe2ca4a29cd3b9b4d002d3 /linden/indra/newview/CMakeLists.txt
parentChanged the 'bundle identifier' to org.imprudenceviewer.viewer. (diff)
downloadmeta-impy-7460b677c3979b9ec5b913dee3abfcd4272bd297.zip
meta-impy-7460b677c3979b9ec5b913dee3abfcd4272bd297.tar.gz
meta-impy-7460b677c3979b9ec5b913dee3abfcd4272bd297.tar.bz2
meta-impy-7460b677c3979b9ec5b913dee3abfcd4272bd297.tar.xz
Added Preferences > Fonts tab, with basic font chooser.
Choosing a font sets FontChoice setting, but no real effect yet.
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r--linden/indra/newview/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index 313ed9f..1691095 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -87,6 +87,7 @@ set(viewer_SOURCE_FILES
87 hippoGridManager.cpp 87 hippoGridManager.cpp
88 hippoLimits.cpp 88 hippoLimits.cpp
89 hippoRestRequest.cpp 89 hippoRestRequest.cpp
90 impprefsfonts.cpp
90 jcfloater_animation_list.cpp 91 jcfloater_animation_list.cpp
91 jcfloaterareasearch.cpp 92 jcfloaterareasearch.cpp
92 lightshare.cpp 93 lightshare.cpp
@@ -525,6 +526,7 @@ set(viewer_HEADER_FILES
525 hippoGridManager.h 526 hippoGridManager.h
526 hippoLimits.h 527 hippoLimits.h
527 hippoRestRequest.h 528 hippoRestRequest.h
529 impprefsfonts.h
528 jcfloater_animation_list.h 530 jcfloater_animation_list.h
529 jcfloaterareasearch.h 531 jcfloaterareasearch.h
530 lightshare.h 532 lightshare.h