Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: src/plugin/PluginClass.cpp

Issue 10825021: Move settings page into the application directory (Closed)
Left Patch Set: Created June 3, 2013, 11:40 a.m.
Right Patch Set: Fixed nit and removed copying of html directory Created June 4, 2013, 9:15 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/plugin/AdblockPlusClient.cpp ('k') | src/plugin/PluginSettings.cpp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #include "PluginStdAfx.h" 1 #include "PluginStdAfx.h"
2 2
3 #include "PluginClass.h" 3 #include "PluginClass.h"
4 #include "PluginDictionary.h" 4 #include "PluginDictionary.h"
5 #include "PluginSettings.h" 5 #include "PluginSettings.h"
6 #include "PluginSystem.h" 6 #include "PluginSystem.h"
7 #ifdef SUPPORT_FILTER 7 #ifdef SUPPORT_FILTER
8 #include "PluginFilter.h" 8 #include "PluginFilter.h"
9 #endif 9 #endif
10 #include "PluginMimeFilterClient.h" 10 #include "PluginMimeFilterClient.h"
(...skipping 2202 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 } 2213 }
2214 } 2214 }
2215 } 2215 }
2216 2216
2217 hTabWnd = ::GetWindow(hTabWnd, GW_HWNDNEXT); 2217 hTabWnd = ::GetWindow(hTabWnd, GW_HWNDNEXT);
2218 } 2218 }
2219 2219
2220 return hTabWnd; 2220 return hTabWnd;
2221 2221
2222 } 2222 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld