summaryrefslogtreecommitdiff
path: root/rbutil/rbutilFrm.h
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2007-05-05 20:23:28 +0000
committerDominik Wenger <domonoky@googlemail.com>2007-05-05 20:23:28 +0000
commit1b36be2946d276ab81d80cafcd4a39792f8a3272 (patch)
tree486f5fa70387086e8c739896116d1c61da10476b /rbutil/rbutilFrm.h
parent5e7b140a0935415a965ac13ea09f86363e651cd7 (diff)
downloadrockbox-1b36be2946d276ab81d80cafcd4a39792f8a3272.tar.gz
rockbox-1b36be2946d276ab81d80cafcd4a39792f8a3272.zip
early proxy support on rbutil
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13330 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilFrm.h')
-rw-r--r--rbutil/rbutilFrm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rbutil/rbutilFrm.h b/rbutil/rbutilFrm.h
index ed7db30a20..2f31df8867 100644
--- a/rbutil/rbutilFrm.h
+++ b/rbutil/rbutilFrm.h
@@ -97,6 +97,7 @@ public:
97 ID_WXPANEL1 = 1064, 97 ID_WXPANEL1 = 1064,
98 98
99 ID_MANUAL = 1065, 99 ID_MANUAL = 1065,
100 ID_FILE_PROXY = 1066,
100 101
101 ID_DUMMY_VALUE_ 102 ID_DUMMY_VALUE_
102 }; //End of Enum 103 }; //End of Enum
@@ -116,6 +117,7 @@ public:
116 void OnBootloaderRemoveBtn(wxCommandEvent& event); 117 void OnBootloaderRemoveBtn(wxCommandEvent& event);
117 118
118 void OnManualUpdate(wxUpdateUIEvent& event); 119 void OnManualUpdate(wxUpdateUIEvent& event);
120 void OnFileProxy(wxCommandEvent& event);
119 121
120}; 122};
121 123