* Rename TimeFormatSettingsView to FormatSettingsView, since it also provides number and currency formatting.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37869 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "TimeFormatSettingsView.h"
|
||||
#include "FormatSettingsView.h"
|
||||
#include "Locale.h"
|
||||
|
||||
#include <Alert.h>
|
||||
+3
-3
@@ -2,8 +2,8 @@
|
||||
* Copyright 2009, Adrien Destugues, pulkomandy@gmail.com. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef TIME_FORMAT_SETTINGS_H
|
||||
#define TIME_FORMAT_SETTINGS_H
|
||||
#ifndef _FORMAT_SETTINGS_H
|
||||
#define _FORMAT_SETTINGS_H
|
||||
|
||||
|
||||
#include <Box.h>
|
||||
@@ -92,4 +92,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif // TIME_FORMAT_SETTINGS_H
|
||||
#endif // _FORMAT_SETTINGS_H
|
||||
@@ -8,7 +8,7 @@ local sources =
|
||||
Locale.cpp
|
||||
LocaleSettings.cpp
|
||||
LocaleWindow.cpp
|
||||
TimeFormatSettingsView.cpp
|
||||
FormatSettingsView.cpp
|
||||
;
|
||||
|
||||
Preference Locale
|
||||
@@ -22,5 +22,5 @@ DoCatalogs Locale : x-vnd.Haiku-Locale :
|
||||
LanguageListView.cpp
|
||||
Locale.cpp
|
||||
LocaleWindow.cpp
|
||||
TimeFormatSettingsView.cpp
|
||||
FormatSettingsView.cpp
|
||||
;
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <TabView.h>
|
||||
#include <UnicodeChar.h>
|
||||
|
||||
#include "TimeFormatSettingsView.h"
|
||||
#include "FormatSettingsView.h"
|
||||
|
||||
|
||||
#undef B_TRANSLATE_CONTEXT
|
||||
|
||||
Reference in New Issue
Block a user