OSDN Git Service

2012/01/27 17:30:53
authorunknown <qwerty2501@users.sourceforge.jp>
Fri, 27 Jan 2012 08:30:53 +0000 (17:30 +0900)
committerunknown <qwerty2501@users.sourceforge.jp>
Fri, 27 Jan 2012 08:30:53 +0000 (17:30 +0900)
nlite.suo
nlite/Resource.h
nlite/nlite.rc
nlite/nlite_chatData.cpp
nlite/nlite_mailframe.h
nlite/nlite_mainframe.cpp

index c45f2f7..3a139f7 100644 (file)
Binary files a/nlite.suo and b/nlite.suo differ
index 9672a2d..fc926f6 100644 (file)
@@ -11,6 +11,7 @@
 #define IDC_BUTTON_COOKIE_OK                    1001
 #define IDC_RADIO_IE                            1005
 #define IDM_COOKIE                              30000
+#define IDM_VIEW_PREFERENCE                     30001
 #define IDR_COMMAND1                            40000
 #define IDS_PANE_TIME                           40000
 #define IDR_COMMAND2                            40001
index 91e3914..c44e825 100644 (file)
@@ -47,6 +47,7 @@ IDC_NLITE MENU
     POPUP "\90Ý\92è(&T)"
     {
         MENUITEM "\83N\83b\83L\81[\82Ì\90Ý\92è(&B)", IDM_COOKIE
+        MENUITEM "\83r\83\85\81[\83A\82Ì\90Ý\92è(&C)", IDM_VIEW_PREFERENCE
     }
     POPUP "\83w\83\8b\83v(&H)"
     {
index c1dd69e..6c604d9 100644 (file)
@@ -180,6 +180,7 @@ CCommentList::iterator CCommentList::end(){
 
 CCommentList::reverse_iterator CCommentList::rbegein(){
 
+       
        return chatList.rbegin();
 }
 
index be26529..0923529 100644 (file)
@@ -207,6 +207,7 @@ namespace nlite{
                        COMMAND_ID_HANDLER_EX(IDM_EXIT, OnMenuExit)
                        COMMAND_ID_HANDLER_EX(IDM_ABOUT,OnMenuAbount)
                        COMMAND_ID_HANDLER_EX(IDM_COOKIE,OnCookie)
+                       COMMAND_ID_HANDLER_EX(IDM_VIEW_PREFERENCE,OnViewPreference)
                        COMMAND_CODE_HANDLER_EX(CBN_SELCHANGE,OnCbSelChange)
                        NOTIFY_HANDLER(ATL_IDW_TOOLBAR,RBN_HEIGHTCHANGE,OnRbnHeightChange)
                        // CFrameWindowImpl\83N\83\89\83X\82Ö\83`\83F\81[\83\93
@@ -296,6 +297,9 @@ namespace nlite{
                //\83N\83b\83L\81[\82Ì\90Ý\92è
                VOID OnCookie(UINT uNotifyCode,int nID,HWND hWndCtl);
 
+               //\83r\83\85\81[\83A\90Ý\92è
+               VOID OnViewPreference(UINT uNotifyCode,int nID,HWND hWndCtl);
+
                ///
                ///CNicoLiveStream\82Ì\83R\81[\83\8b\83o\83b\83N\97p\8aÖ\90\94
                ///
index 212fc78..3798f9f 100644 (file)
@@ -239,6 +239,12 @@ VOID CNliteMainFrame::Finalaize(){
        nliteProperty.WriteProperty();
 }
 
+VOID CNliteMainFrame::OnViewPreference(UINT uNotifyCode,int nID,HWND hWndCtl){
+
+
+       return;
+}
+
 //\83N\83b\83L\81[\82Ì\90Ý\92è
 VOID CNliteMainFrame::OnCookie(UINT uNotifyCode,int nID,HWND hWndCtl){
        nliteProperty.CookieSetting();